728x90
728x90
[SpringBoot / MySQL] Spring Boot MySQL 연동오류 / java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver
트러블슈팅2023. 5. 15. 06:48[SpringBoot / MySQL] Spring Boot MySQL 연동오류 / java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver

에러 메세지 java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver 원인 gradle에 주입해 준 mysql connector-java가 제대로 돌아가지 않음. 해결 구글 서핑 결과는 전부 connector-java jar파일을 프로젝트 내부에 빌드하는 것이었지만. Dependency Versions docs.spring.io Maven Central: com.mysql:mysql-connector-j:8.0.32 Maven Central: com.mysql:mysql-connector-j:8.0.32 central.sonatype.com 위의 두 문서들을 보면, 네이밍이 connector-java에서 mysql-connector-j로 변경된 것을 볼 수..

728x90
728x90
image