No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basic
时间:2014-06-18 18:42:14
收藏:0
阅读:505
Struts Problem Report
Struts has detected an unhandled exception:
Messages: |
|
File: | java/sql/DriverManager.java |
Line number: | 604 |
调试了半天,在@test程序中都能连接数据库正确
后来在 hibernate.cfg.xml中加入
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
就正常运行了
No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basic,布布扣,bubuko.com
原文:http://www.cnblogs.com/friends-wf/p/3790818.html
评论(0)