配置Spring连接mysql数据库

转去做FLEX,最近工作需要又捡回SSH,用了自己之前做的SSH简配项目,Oracle改成mysql,跑一下。

【原项目地址:http://download.csdn.net/detail/tzimisce0_0/5986567


需要改的有两个点:

一是连接配置:

applicationContext.xml


 
  

二是oracle-connector改成mysql-connector

改完忘记换jar,结果报错。。。

错误提示:Caused by: 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.jdbc.Driver]

看到标红记得看一下jar是不是对了。


mysql-connector:官网需要注册,本站的要十多分,附上个下载链接,解压了里边有

http://xcy.fgtrj.com/mysql-connector-java-5.1.44.zip

你可能感兴趣的:(ssh)