Template example for Spring 4 MVC + RESTful Service with pure Java Configuration (no XML), using Maven build tool.
###1. Technologies
- Spring 4.3.1.RELEASE
- Maven 3.3.3
###2. To Run this project locally
$ git clone https://github.com/viralpatel/spring4-restful-example
$ mvn tomcat7:run
Access http://localhost:8080/springrest/customers
###3. To import this project in Eclipse IDE
$ mvn eclipse:eclipse
- Import into Eclipse via existing projects into workspace option.
- Done.
###4. Project Demo Please refer to this article Spring 4 RESTFul Service Tutorial