일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 타이젠
- 프로야구
- ubuntu 12.04
- Tizen
- NC 다이노스
- 국정원
- 문파문파 공략
- 손민한
- 인공지능
- 리뷰
- 문파문파
- mysql
- 뉴스타파
- Linux
- python
- Git
- 안드로이드
- NC다이노스
- 태그를 입력해 주세요.
- 조세피난처
- 단통법
- 해외직구
- 블로그
- 애플
- 야구
- 김경문
- ubuntu
- arm
- 데이터베이스
- 우분투
Archives
- Today
- Total
목록dataSource (1)
꿈꾸는 사람.
[Windows][MySQL 8.0.13][DataSource]Loading class `com.mysql.jdbc.Driver'. This is deprecated.
스프링과 MyBatis를 함께 사용하기 위해 root-context.xml에 DataSource를 추가하여 JUnit로 테스트하면 com.mysql.jdbc.Driver 클래스를 로딩할 때 오류가 발생한다.이 오류는 com.mysql.jdbc.Driver가 오래되어 더이상 사용되지 않기 때문에 발생하며, 새로운 클래스인 com.mysql.cj.jdbc.Driver를 사용하면 해결된다고 한다. 1. com.mysql.jdbc.Driver 관련 오류Loading class `com.mysql.jdbc.Driver'. This is deprecated.The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registere..
IT/Database
2018. 12. 30. 19:19