SpringBasicApp
Pre-Requisites :
Apache Maven 3.x (Recommended) Apache Tomcat 7 (Mandatory) Jdk 6+ ( 7 recommended)
Steps to Run The App :
Clone the code to a suitable repository.
Let maven download the jars by going to the root folder and executing mvn clean compile.
On Build Success, execute mvn eclipse:eclipse to setup build path automatically.
Once all this is done,you're good to go!
Just start the server after adding all the jars to deployment assembly and see the HomePage.
Please let me know in case of any discrepancy.