本来好好的idearebel热部署忽然不起作用了 改了下面的 xml也没用 求大神指导下
<application generated-by="intellij" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="D:/IdeaProjects/jksafe/target/jksafe/WEB-INF/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="D:/IdeaProjects/jksafe/src/main">
</dir>
</link>
</web>
</application>
也设置了自动编译
看看setting 里面是不是设置的在线,是的话,会定期去请求jrebel服务器,会导致破解失败的。。设置成离线模式试试
谢谢,莫名其妙奇把配置改回原来的就好了