1、大家在使用Hibernate 框架时可能会出现这个问题。
这是代表了 项目 未找到(合适的)驱动包
首先检查自己的项目中 是否存在 " mysql 的jar 包"
不存在 的话加入jar包、
2、加入jar包 步骤




3、检查另外一个就是hibernate.cfg.xml是否编写有误.
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
connection.driver_class 不是 connection.driver.class
"下划线"
4、 jar包 mysql-connector-java-5.1.39
下载地址:
http://pan.baidu.com/s/1bpr2ZmR