Download spring rest api demo Free Java Code
Description
A simple example of using Spring MVC to create a RESTful API.
Source Files
The download file spring-rest-api-demo-master.zip has the following entries.
.gitignore//from w w w .j av a 2s. c om
README.md
pom.xml
src/main/java/com/spidertracks/demo/rest/api/controller/WelcomeController.java
src/main/java/com/spidertracks/demo/rest/api/model/ApiMessage.java
src/main/java/com/spidertracks/demo/rest/api/model/PeopleWrapper.java
src/main/java/com/spidertracks/demo/rest/api/model/Person.java
src/main/java/com/spidertracks/demo/rest/api/service/IPeopleService.java
src/main/java/com/spidertracks/demo/rest/api/service/PeopleService.java
src/main/java/com/spidertracks/demo/rest/api/utils/SpringMVCUtils.java
src/main/resources/security-context.xml
src/main/webapp/WEB-INF/applicationContext.xml
src/main/webapp/WEB-INF/rest-servlet.xml
src/main/webapp/WEB-INF/web.xml
src/test/java/com/spidertracks/demo/rest/api/Start.java
src/test/resources/log4j.properties
Download
Click the following link to download spring-rest-api-demo-master.zip.
spring-rest-api-demo-master.zip