SpringBoot @Controller,@RestController,@SpringBootApplication一点理解

SpringBoot @Controller和@RestController注解的区别 @RestController注解相当于@ResponseBody + @Controller合在一起 @ResponseBody相当于自动帮我们把返回序列化,如果在controller上用@RestController,那么这个controller里的方法都不能返回视图页面,如jsp等;如果controlle
相关文章
相关标签/搜索