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.
2. 원인 확인 및 해결 방법
※ 사실 동작 불가능한 에러는 아니다. com.mysql.jdbc.Driver가 옛날 버전이기 때문에 com.mysql.cj.jdbc.Driver로 바꿔달라는 내용인데 간단한 내용이니, 해결 방법 부터 알아 본 후 원인을 확인해보자.
1) 해결 방법
1.1) resources 하위 log4jdbc.log4j2.properties 파일을 생성 하거나 열자