I am developing Spring MVC Hibernate Integration example. In this example I\'m using Spring 4.1.9.RELEASE and Hibernate 5.1.0.Final. If I
Spring MVC Hibernate
Spring 4.1.9.RELEASE
Hibernate 5.1.0.Final
In your pom.xml you have Hibernate 5,try to pass from hibernate5 to hibernate4) in your pom:
pom.xml
Hibernate 5
hibernate5
hibernate4
4xxxx ... org.hibernate hibernate-entitymanager ${hibernate.version}