1. @RequestMapping   和  @GetMapping @PostMapping 区别

  2. @GetMapping:组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。

  3. @PostMapping:组合注解,是@RequestMapping(method = RequestMethod.POST)的缩写。


     Spring4.3中引进了{@GetMapping、@PostMapping、@PutMapping、@DeleteMapping、@PatchMapping} 来帮助简化常用的HTTP方法的映射 并更好地表达被注解方法的语义

posted on 2019-06-12 20:21  vow007  阅读(3)  评论(0编辑  收藏  举报  来源