@RequestMapping 和 @GetMapping @PostMapping 区别
生活随笔
收集整理的這篇文章主要介紹了
@RequestMapping 和 @GetMapping @PostMapping 区别
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
@RequestMapping ? 和 ?@GetMapping @PostMapping 區(qū)別
?
@GetMapping是一個(gè)組合注解,是@RequestMapping(method = RequestMethod.GET)的縮寫。
?
@PostMapping是一個(gè)組合注解,是@RequestMapping(method = RequestMethod.POST)的縮寫。
轉(zhuǎn)載于:https://www.cnblogs.com/MaxElephant/p/9881742.html
總結(jié)
以上是生活随笔為你收集整理的@RequestMapping 和 @GetMapping @PostMapping 区别的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android开发之assets目录下资
- 下一篇: 10.31NOIP模拟赛解题报告