使用eclipse开发springboot web项目,在main方法类上使用debug启动后,会自动断点进入SilentExitException ,如图:

springboot web项目debug启动后自动断点在SilentExitException 解决_main方法解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可
springboot web项目debug启动后自动断点在SilentExitException 解决_main方法_02