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 | 31 |
Tags
- DISTINCT
- EC2
- 책 정리
- Jenkins
- Git
- TLS
- github
- AWS
- 토비의스프링
- Spring Legacy Project
- spring
- Client
- Hibernate
- jdbc
- 프로그래머스
- WebHook
- Java
- SSL
- spring boot
- db
- ssh
- Linux
- sample
- mariadb
- centos7
- TypeScript
- window
- 코딩테스트
- docker
- vagrant
Archives
- Today
- Total
목록driver class (1)
Woopii Vyeolog
[Spring Boot] 에러 'java.lang.RuntimeException: Failed to load driver class com.mysql.cj.jdbc.Driver in either of HikariConfig class loader or Thread context classloader'
에러 [java.lang.RuntimeException: Failed to load driver class com.mysql.cj.jdbc.Driver in either of HikariConfig class loader or Thread context classloader] 증상 Spring Boot 기동 시 다음과 같은 에러가 납니다. application-db.yml 설정 중에 문제가 있다고 합니다. Property: spring.datasource.hikari.master.driver-class-name Value: "com.mysql.cj.jdbc.Driver" Origin: class path resource [application-db.yml] - 42:28 Reason: java.lang...
Spring Boot
2024. 3. 6. 20:43