개발자의 서재
[springBoot 에러] could not evaluate condition on org.springframework.boot.autoconfigure.jdbc... 본문
SPRING
[springBoot 에러] could not evaluate condition on org.springframework.boot.autoconfigure.jdbc...
ironmask431 2022. 3. 14. 22:16
@SpringBootApplication 붙인 클래스를 실행 시 발생하는 에러
이유는 아주 단순.. java 파일에 package 가 누락되어 있을 시 발생하는 에러이다.
'SPRING' 카테고리의 다른 글
[Spring] Annotation 정리(Spring, Lombok, JPA) (0) | 2022.02.19 |
---|
Comments