以debug方式启动springboot之后,都会在SilentExitExceptionHandler类中的throw new SilentExitException()处终止,虽然不影响程序运行,但始终感觉不爽。如图: 
SpringBoot使用热部署spring-boot-devtools,启动时报SilentExitException
解决办法 :window->preferences ->java->debug 取消“suspend execution on uncaught exceptions”选项即可。

SpringBoot使用热部署spring-boot-devtools,启动时报SilentExitException


相关文章:

  • 2021-06-17
  • 2021-09-29
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-05-30
猜你喜欢
  • 2021-10-25
  • 2021-10-07
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案