인프런 커뮤니티 질문&답변

happycoding님의 프로필 이미지
happycoding

작성한 질문수

스프링 DB 2편 - 데이터 접근 활용 기술

JdbcTemplate - SimpleJdbcInsert

런타임 오류 발생

작성

·

556

0

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hello.itemservice.config.JdbcTemplateV3Config': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Failed to load driver class org.h2.Driver in either of HikariConfig class loader or Thread context classloader
 
해당 오류가 발생하는 원인이 무엇일까요?
 

답변 2

0

happycoding님의 프로필 이미지
happycoding
질문자

네 해결하였습니다 감사합니다!

0

안녕하세요. hwiju yeom님, 공식 서포터즈 OMG입니다.

h2는 아니고, postgres에서 의존성을 추가하지 않아 동일한 문제가 발생하였다는 글을 확인하였는데요,

h2 의존성을 추가하셨을까요?

 

https://velog.io/@mbsik6082/Hikari-datasource-dirver%EB%93%B1-%EC%98%A4%EB%A5%98


감사합니다.

 
happycoding님의 프로필 이미지
happycoding

작성한 질문수

질문하기