오류 - 스프링 mysql 연동시 com.mysql.cj.jdbc.driver 에러(빨간줄)
Gradle 사용
build.gradle 파일에
implementation 'mysql:mysql-connector-java:8.0.26'
대신
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.26'
입력
참고
'코드 정리 > 오류' 카테고리의 다른 글
Spring Boot - table 'project.diary' doesn't exist 오류 (0) | 2023.03.16 |
---|---|
스프링 - org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported 오류 (0) | 2023.03.06 |
Spring boot execute Error - finished with non-zero exit value 1 (0) | 2023.03.05 |
eclipse 오류 - The import jdk.nashorn cannot be resolved (0) | 2023.02.28 |
Java - Unreachable Statement에러 (0) | 2023.01.21 |