I am a newbie to Hibernate. I am currently using Spring boot framework and trying to create database tables through hibernate.
I know the same question is asked before b
connection.driver_class property must be compatible with mysql-connector jar.
connection.driver_class
mysql-connector
mysql-connector < 5.5.xx use com.mysql.jdbc.Driver
5.5.xx
com.mysql.jdbc.Driver
mysql-connector > 5.5.xx use com.mysql.cj.jdbc.Driver
com.mysql.cj.jdbc.Driver