Skip to content

lemonsoft/spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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/lemonsoft/spring
$ 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

About

Spring Core,MVC,Boot,Security Examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages