Eclipse + Spring Boot의 "throw new SilentExitException ()"에서 중단 점 Eclipse IDE (Spring Tool Suite)의 디버그 모드에서 Spring Boot 프로젝트를 실행할 때마다 스레드가 "throw new SilentExitException ();"에서 중지됩니다. 중단 점 없이도 줄. 이 동작을 피하기위한 몇 가지 해결책은 무엇입니까? org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread () (53 행) : public static void exitCurrentThread() { throw new SilentExitException(); }..