Spring的@GetMapping和@PostMapping註解

@GetMapping是一個組合註解,是@RequestMapping(method = RequestMethod.GET)的縮寫。 @PostMapping是一個組合註解,是@RequestMapping(method = RequestMethod.POST)的縮寫。
相關文章
相關標籤/搜索