Skip to content

tsetserskaya/spring4-restful-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Spring 4 RESTFul Controller Example (REST CRUD Example)

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

Spring 4 REST Tutorial

###3. To import this project in Eclipse IDE

  1. $ mvn eclipse:eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

###4. Project Demo Please refer to this article Spring 4 RESTFul Service Tutorial

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%