Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/

Greeting.java 42B

12345
  1. package hello;
  2. public class Greeting {
  3. }