摘要:
postmapping和RequestMapping的区别 @GetMapping 用于将HTTP GET请求映射到特定处理程序方法的注释。具体来说,@GetMapping是一个作为快捷方式的组合注释 @RequestMapping(method = RequestMethod.GET)。 @Pos 阅读全文
posted @ 2022-08-24 12:13
sunny123456
阅读(643)
评论(0)
推荐(0)