Java教程

SpringJDBC报错Could not load JDBC driver class [com.mysql.cj.jdbc.Driver]

本文主要是介绍SpringJDBC报错Could not load JDBC driver class [com.mysql.cj.jdbc.Driver],对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Error creating bean with name 'dataSource' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is java.lang.IllegalStateException: Could not load JDBC driver class [com.mysql.cj.jdbc.Driver]

一般报错,检查pom文件/xml文件/类名。

有时候pom文件依赖都写了,但是不一定加载了,注意检查。我这里将mysql-connector-java的版本更改了一下,才加载出来。

 

这篇关于SpringJDBC报错Could not load JDBC driver class [com.mysql.cj.jdbc.Driver]的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!