Spring MVC的@PostMapping註解

  @PostMapping 映射一個POST請求 Spring MVC新特性  提供了對Restful風格的支持 @GetMapping,處理get請求  @PostMapping,處理post請求  @PutMapping,處理put請求  @DeleteMapping,處理delete請求 @PostMapping(value = "/user/login") 等價於 @RequestMap
相關文章
相關標籤/搜索