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

HelloWorldWebAppInitializer.java 61B

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