반응형
Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
위와 같은 에러가 날 경우 프로퍼티로 설정한 driverClassName을 살펴보자. com.mysql.jdbc.driver는 deprecated 된 이름이다.
"driverClassName": "com.mysql.cj.jdbc.Driver"
위와 같이 driverClassName을 수정해야한다.
728x90
반응형
'개발 > spring' 카테고리의 다른 글
[spring-cache] 스프링 캐시 ehcache (0) | 2022.05.30 |
---|---|
[spring-jpa] 부모-자식 트랜젝션 관계(propagation) (0) | 2022.05.27 |
[spring-jpa] native query 삽질로그 (0) | 2022.05.06 |
[transaction] rollback works only for unchecked exception (0) | 2022.03.30 |
[actuator] prometheus 설정하기 (0) | 2022.03.17 |