<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
import org.springframework.web.bind.annotation.RestController;
Springboot基础知识
原文:https://www.cnblogs.com/gavincoder/p/10068433.html