摘要: @Controller和@RestController的区别? 官方文档:@RestController is a stereotype annotation that combines @ResponseBody and @Controller.意思是:@RestController注解相当于@R 阅读全文
posted @ 2019-04-01 12:17 wqkeep 阅读(111) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping 和 @GetMapping @PostMapping 区别 @GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。 @PostMapping是一个组合注解,是@RequestMapping 阅读全文
posted @ 2019-04-01 12:16 wqkeep 阅读(203) 评论(0) 推荐(0) 编辑