##Spring Web Application Skeleton
- Clone the Project;
- run "mvn clean install" from console;
- If you are using it with IDE, import it as "Existing Maven Project";
- Modify project name, package names in pom.xml,servlet-context.xml and in package declarations if necessary;
- Right click on project and Run As -> maven install;
- Once, it succeeds, Right click on project and Run As -> Run On Server;
- Define a Server and Run on it;
- Java Version Set as - 8 - Make sure you have the same.