springboot 기동 후 바로 종료되는 에러 [extShutdownHook] s.c.a.AnnotationConfigApplicationContext 해결방법
springboot application을 기동하니 기동하자마자 로그 몇줄 찍히고는 바로 terminated 상태가 되어버린다. 오류도 나오지 않는다.. logging.level을 debug로 내리니 그래도 몇줄 더 보인다. 그리고 맨 마지막에는 아래와 메세지가 나왔다. 2020-10-08 23:00:35.704 DEBUG 17864 --- [extShutdownHook] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7fcf2fc1, started on Thu Oct 08 23:00:33 KST 2020, parent: org...
Framework/Spring
2020. 10. 8. 23:59