Spring Boot项目使用了spring-boot-devtools工具且在Eclipse中Debug调试会自动跳转到这个方法: public static void exitCurrentThread() { throw new SilentExitException(); } 解决方法: Eclipse->[Preferences]->[Java]->[Debug]:去掉[Suspend execution on uncaught exceptions]前面的勾. 参考: htt…
Spring boot项目搭建 Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration…