@RequestMapping 和 @GetMapping @PostMapping 区别
Posted aaronrhythm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@RequestMapping 和 @GetMapping @PostMapping 区别相关的知识,希望对你有一定的参考价值。
Spring4.3中引进了{@GetMapping、@PostMapping、@PutMapping、@DeleteMapping、@PatchMapping} 来帮助简化常用的HTTP方法的映射 并更好地表达被注解方法的语义
该注解将HTTP Get 映射到 特定的处理方法上
@GetMapping是一个组合注解 是@RequestMapping(method = RequestMethod.GET)的缩写
@PostMapping是一个组合注解 是@RequestMapping(method = RequestMethod.POST)的缩写
以上是关于@RequestMapping 和 @GetMapping @PostMapping 区别的主要内容,如果未能解决你的问题,请参考以下文章
在 @RestController 方法中限制并行请求的最佳方法
播放服务 15.0 不支持 MapView.getMap()
android studio map.setMyLocationEnabled(true) 中的错误 getMap();