1、@SpringBootApplication 相当于@SpringBootConfiguration、@EnableAutoConfiguration、@ComponentScan一起。
2、@RestController 相当于@Controller、@ResponseBody一起。
@Controller、@ResponseBody 不是springboot特有的,是springmvc的注解
1、@SpringBootApplication 相当于@SpringBootConfiguration、@EnableAutoConfiguration、@ComponentScan一起。
2、@RestController 相当于@Controller、@ResponseBody一起。
@Controller、@ResponseBody 不是springboot特有的,是springmvc的注解