Skip to content

fcv/hello-spring-rest-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Spring RESTful Web Service Hello World project based on Spring's "Building a RESTful Web Service", "Building a Hypermedia-Driven RESTful Web Service" and "Serving Web Content with Spring MVC" getting started guides.

Build

This project may be build using Maven's command:

$ mvn package

Execute

This project my be execute using Maven's command:

$ mvn spring-boot:run

Or by executing java -jar on artifact generated by mvn package command. Example:

$ java -jar ./target/hello-spring-rest-service-0.1.0-SNAPSHOT.war