摘要: @Controller:修饰class,用来创建处理http请求的对象 @RestController:Spring4之后加入的注解,原来在@Controller中返回json需要@ResponseBody来配合,如果直接用@RestController替代@Controller就不需要再配置@Re 阅读全文
posted @ 2018-03-05 16:35 技术宅home 阅读(123) 评论(0) 推荐(0) 编辑