Thursday, October 3, 2013

java.sql.SQLException: No suitable driver found for jdbc:mysql on Hibernate

java.sql.SQLException: No suitable driver found for jdbc:mysql



To fix this issue add property

<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>

in hibernate.cfg.xml file.

No comments:

Post a Comment