본문 바로가기
Spring Boot

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

by 가영리 2023. 5. 29.
728x90

오류 

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

build.gradle

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

빌드 성공

데이터베이스 생성하기