注解
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
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