IDEA 오류 완벽 해결 `com.mysql.jdbc.Driver' 클래스 로딩 새로운 드라이버 클래스 `com.mysql.cj.jdbc.Driver'

mybatis JDBC를 사용할 때 다음과 같은 오류가 발생할 수 있습니다.

Loading class 'com.mysql.jdbc.Driver'. This is deprecated. The new driver class is 'com.mysql.cj.jdbc.Driver'.

SqlSessionFactory 오류를 빌드하려면 외부 구성 파일을 수정해야 합니다.

구성 파일을 사용하지 않는 경우 직접 수정할 수 있습니다.

해결책

원래 드라이버 수정
여기에 이미지 설명 삽입
cj를 추가
여기에 이미지 설명 삽입
그냥 다시 실행

おすすめ

転載: blog.csdn.net/weixin_42727032/article/details/104502644