SpringBoot使用热部署spring-boot-devtools,启动时报SilentExitException
以debug方式启动springboot之后,都会在SilentExitExceptionHandler类中的throw new SilentExitException()处终止,虽然不影响程序运行,但始终感觉不爽。如图:

解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可。
解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可。