注解

1、@SpringBootApplication:作用域主启动类

参考:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-using-springbootapplication-annotation.html

2、@RestController VS @Controller:作用于class

@RestController == @Controller + @ResponseBody

原文地址:https://www.cnblogs.com/lvlin241/p/8744762.html