728x90
문제 상황:
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
일단 deprecated는 에러가 아니다.. (당연!)
읽어보면 com.mysql.jdbc.Driver가 옛날 버전이니까 com.mysql.cj.jdbc.Driver로 바꿔달라는 내용.
application.yml 파일에 다음처럼 수정 후 다시 실행하면 문제가 해결된다.
driver-class-name: com.mysql.cj.jdbc.Driver
728x90
'🍃 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁' 카테고리의 다른 글
[Spring Boot] Swagger No operations defined in spec! 에러 해결 (0) | 2022.07.15 |
---|---|
[ IntelliJ] tests were Method or class mismatch (0) | 2022.07.11 |
[SpringBoot] 프로젝트 생성 후 실행 에러 (Error creating bean with name 'dataSource' defined in class path resource) (0) | 2022.07.11 |
thread starvation or clock leap detected housekeeper delta hikari (0) | 2022.05.09 |
카카오 로그인 동의 철회하기 (1) | 2022.04.26 |
댓글