[Spring Boot] To display the conditions report re-run your application with 'debug' enabled
·
디버깅∕오류해결
👾 오류 메세지 👾 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 구글링 해 본 결과, 해결 방법으로는 두 가지가 나와있었다. 결과적으로, debug output 옵션 체크 후에도 해당 오류가 나왔던 걸 보면 로깅 레벨을 설정해야 하는 것 같다. 이래도 같은 오류가 또 나면 또 구글링 해봐야겠지만... 그렇게까지 치명적인 오류는 아니고 ((그냥 오류를 자세히 보려면 debug로 설정하는 도움말 같은것이라서)) 해결 안되어도 일단 go..! 🍃 application.properties 설정파일에 로깅 레벨 설정 logging.level.org.spri..