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)
return !(this instanceof org.springframework.boot.devtools.restart.SilentExitExceptionHandler.SilentExitException);
다른 JVM 언어로 개발하더라도 Java 여야합니다.