org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring/database/DataSource.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.jdbc.Driver]
Asked
Active
Viewed 30 times
1

Henry
- 42,982
- 7
- 68
- 84

Parth Gadam
- 51
- 3
-
Did you add the mysql driver jar? – Henry Apr 18 '16 at 08:36
-
Isn't it a duplicate? http://stackoverflow.com/questions/12191900/tomcat7-could-not-load-jdbc-driver-class-com-mysql-jdbc-driver – Mikhail Kopylov Apr 18 '16 at 08:36