美文网首页
@GetMapping和@PostMapping 和@Reque

@GetMapping和@PostMapping 和@Reque

作者: 海染蓝了天_2d47 | 来源:发表于2019-08-07 11:10 被阅读0次

@GetMapping具体来说就是@RequestMapping的简写@RequestMapping(method = RequestMethod.GET)
@PostMapping-@PutMapping-@PatchMapping-@DeleteMapping都是一样的
假如@RequestMapping(/path)它告诉Spring任何带有/path的HTTP请求都应该映射到home方法。


image.png

具体如果想了解更多,可前往spring 官网https://spring.io/查询

相关文章

网友评论

      本文标题:@GetMapping和@PostMapping 和@Reque

      本文链接:https://www.haomeiwen.com/subject/bozndctx.html