본문 바로가기
Development/에러 해결

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 해결

by Yeony99 2022. 5. 20.
728x90
  • Run Configurations 에 debug가 없어서 생기는 문제
  • 해결 : application.properties에 debug 설정 추가
logging.level.org.springframework=debug
logging.level.org.springframework.web=debug

 

728x90

댓글