美文网首页
Spring MVC 请求映射注释

Spring MVC 请求映射注释

作者: 朱佩奇被占用 | 来源:发表于2021-02-26 15:45 被阅读0次

    @RequestMapping 通用请求处理
    @GetMapping 处理 HTTP GET 请求
    @PostMapping 处理 HTTP POST 请求
    @PutMapping 处理 HTTP PUT 请求
    @DeleteMapping 处理 HTTP DELETE 请求
    @PatchMapping 处理 HTTP PATCH 请求

    相关文章

      网友评论

          本文标题:Spring MVC 请求映射注释

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