This project has been built of from http://websystique.com/springmvc/spring-4-mvc-and-hibernate4-integration-example-using-annotations/
STEPS TO RUN THIS PROJECT
- Launch a MySQL server on your local machine
- create a database named "Justin"
- run the data definition language ddl.spl script in the Justin database
- edit the order.manager.properties files:
- /src/main/resources/order.manager.properties
- /src/main/resources/marcus.chiu_order.manager.properties
- mvn clean install -Dmaven.test.skip=true
- connect to Tomcat Server and run this baby!