SpringMVC4-Hibernate4-Example
Date: 2015/01/22
SpringMVC 4, Hibernate 4, jetty-runner 9.2.x, MySQL 5, and java 8
Main Purposes
- The unofficial Spring MVC 4 + Hibernate 4 + MySQL 5 + jetty-runner 9.2.X + java 8 showcase
- It's cloud deploy-able (jetty-runner.jar + compiled war file)
- For configuration of Spring MVC, it uses Java config instead of xml config.
- For Hibernate 4 and MySQL, please modify src/main/resources/application.properties file
The source code is here.
https://github.com/chuangtc/SpringMVC4-Hibernate4-Example
Project directory