Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 11004
- level1
- algorithm
- 온프레미스
- 리스트
- 프로그래머스
- 11652
- 홀수
- aws
- 알고리즘
- 프로젝트 생성
- valueof
- parseInt
- 문자열 숫자 변환
- java
- SaaS
- IaaS
- 최대공배수
- 짝수
- 백준
- 최대공약수
- PaaS
- INT
- Python
- 자료형
- 유클리드 호제법
- 2진수
- 웹 서버
- IntelliJ
- 데이터타입
Archives
- Today
- Total
Ga0Lee
[Spring Boot] Could not find com.mysql:mysql-connector-j 오류 본문
오류

com.mysql:mysql-connector-j 를 찾을 수 없음
build.gradle
- springboot version 3.x.x는 connector-j만 지원 -> 버전을 낮추고, connector-java로 변경

빌드 성공

데이터베이스 생성하기

'Spring Boot' 카테고리의 다른 글
| [Spring Boot] AWS S3 연결 SDK 에러 (0) | 2023.08.07 |
|---|---|
| [Spring Boot] AWS S3 버킷 연결 에러 (0) | 2023.08.07 |
| [Spring Boot] HttpMediaTypeNotAcceptableException 에러 해결 (0) | 2023.07.31 |
| [Spring Boot] mysql 데이터베이스 연결하기 (0) | 2023.07.30 |
| [Spring Boot] MySQL Access denied for user (0) | 2023.07.06 |