Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法: public static void exitCurrentThread() { throw new SilentExitException(); } 解决方法: Eclipse->[Preferences]->[Java]->[Debug]:去掉[Suspend execution on uncaught exceptions]前面的勾. 参考: htt…
eclipse如何去掉无用的validation.优化eclipse 注意:本经验使用的eclipse版本为 Eclipse Java EE IDE for Web Developers. Version: Luna Service Release 1 (4.4.1) Build id: 20140925-1800 我们在eclipse里经常看到这个进程,validating... 逐个的检查每一个文件.那么如何关闭一些validate操作呢? 打开eclipse,点击[window]菜…