에러
[Springboot] to display the conditions report re-run your application with 'debug' enabled.
happyAyun
2022. 1. 21. 11:30
해당 오류를 해결하기 위해 구글링 해본 결과,
application.properties 파일에 로깅레벨을 설정해야하는 것 같다.
🎈 application.properties 에 아래와 같이 넣어주었다.
logging.level.org.springframework=debug
logging.level.org.springframework.web=debug