• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

intellij community version에서 springboot 실행오류

19.09.22 15:42 작성 조회수 752

0

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.tutorial.sprinboottutorial.Application]; nested exception is 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)

Maven project로 생성하여서 springboot를 실행하면 위와 같은 에러가 발생합니다. 에러 이유를 좀 알려주시면 감사하겠습니다.

답변 1

답변을 작성해보세요.

0

에러메시지를 잘 읽어보세요.