Caused by: java.lang.IllegalStateException: Could not evaluate condition on org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseConfiguration due to org/springframework/dao/DataAccessException not found. Make sure your own configuration does not rely on that class. This can also happen if you are @ComponentScanning a springframework package (e.g. if you put a @ComponentScan in the default package by mistake)
아니 스프링 부트를 실행했는데 위와 같은 에러가 뜬다면
코드위에 package com.... 어쩌고 처럼 패키지 경로가 잘못되어 있을 수 있으니 참고하자
혹은 패키지를 안만들었을수도 있다..
수정하고 IDE를 껏다키자^^
'개발 > Web Programming' 카테고리의 다른 글
intellij 에서 plugin 창 열고 설치하기 (0) | 2020.01.15 |
---|---|
Gradle variable name not initialized in the default constructor (0) | 2020.01.14 |
intellij Community 무료버젼으로 스프링부트 프로젝트 실행하기 (0) | 2020.01.10 |
@RunWith can not resolve? (0) | 2020.01.09 |
SpringBoot 기본 Denpendencies 추천 (0) | 2020.01.02 |