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

HelloWorldController.java 54B

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