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.
This project may be build using Maven's command:
$ mvn package
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