Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法: public static void exitCurrentThread() { throw new SilentExitException(); } 解决方法: Eclipse->[Preferences]->[Java]->[Debug]:去掉[Suspend execution on uncaught exceptions]前面的勾. 参考: htt…
1.问题: 为什么Maven Update Project JDK变回1.5 解释:官方文档 The Compiler Plugin is used to compile the sources of your project. Since 3.0, the default compiler is javax.tools.JavaCompiler (if you are using java 1.6) and is used to compile Java sources. If you wan…
今天使用eclipse的debug调试代码,一直没法正常调试,一按F6就提示Source not found 根据提示发现可能是另一个项目影响了,所以把另一个项目Close Project,这次直接tomcat都启动不了了,点击没反应 需要调试的是QywManager项目,之前一直没有关闭xianglongwang这个项目,QywManager项目也运行正常,只是不能debug,现在把xianglongwang关闭后,上面的那个tomcat按钮直接点不动了(-_-)! 好了,问题描述完毕了,接下…