Ga0Lee

[Spring Boot] Could not find com.mysql:mysql-connector-j 오류 본문

Spring Boot

[Spring Boot] Could not find com.mysql:mysql-connector-j 오류

가영리 2023. 5. 29. 15:29

오류 

com.mysql:mysql-connector-j 를 찾을 수 없음

build.gradle

- springboot version 3.x.x는 connector-j만 지원 -> 버전을 낮추고, connector-java로 변경

빌드 성공

데이터베이스 생성하기