最佳答案
每次我在 Eclipse IDE (Spring Tool Suite)中以调试模式运行 Spring Boot 项目时,线程都会停在 throw new SilentExitException();
行,即使没有断点。
有什么办法可以避免这种行为吗?
org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread() (line 53):
public static void exitCurrentThread() {
throw new SilentExitException();
}
这在升级到1.3.0里程碑之后开始发生。
弹簧工具套件
Version: 3.7.0.RELEASE
Build Id: 201506290649
平台:
Eclipse Luna SR2 (4.4.2)