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
You can use the following setup as well for Spring 4 + Hibernate 5:
spring setup:
pom.xml setup:
1.7
4.3.2.RELEASE
org.springframework
spring-context
${org.springframework-version}
org.springframework
spring-webmvc
${org.springframework-version}
org.springframework
spring-orm
${org.springframework-version}
jar
compile
org.hibernate
hibernate-core
5.2.2.Final
Tried and tested.