@RequestMapping 和 @GetMapping @PostMapping 区别
生活随笔
收集整理的這篇文章主要介紹了
@RequestMapping 和 @GetMapping @PostMapping 区别
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
@RequestMapping ? 和 ?@GetMapping @PostMapping 區別
?
@GetMapping是一個組合注解,是@RequestMapping(method = RequestMethod.GET)的縮寫。
?
@PostMapping是一個組合注解,是@RequestMapping(method = RequestMethod.POST)的縮寫。
?
?
?
?
轉自:https://www.cnblogs.com/ghc666/p/8657526.html
轉載于:https://www.cnblogs.com/weiqang/p/10635629.html
總結
以上是生活随笔為你收集整理的@RequestMapping 和 @GetMapping @PostMapping 区别的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【408考研计划】计算机组成原理
- 下一篇: 流畅的python不适合初学者_年度最值