@PostMapping
PostMapping是一个组合注解,是@RequestMapping(method =
RequestMethod.POST)的缩写
@GetMapping
是一个组合注解,是@RequestMapping(method =
RequestMethod.GET)的缩写
特别说明,@RequestMapping如果没有指定请求方式,将接收Get、Post、Head、Options等所有的请求方式
PostMapping是一个组合注解,是@RequestMapping(method =
RequestMethod.POST)的缩写
是一个组合注解,是@RequestMapping(method =
RequestMethod.GET)的缩写
特别说明,@RequestMapping如果没有指定请求方式,将接收Get、Post、Head、Options等所有的请求方式
本文标题:Spring注解
本文链接:https://www.haomeiwen.com/subject/ezuphqtx.html
网友评论