具體來說,@GetMapping是一個組合註解,是@RequestMapping(method = RequestMethod.GET)的縮寫。 @PostMapping 用於將HTTP post請求映射到特定處理程序 ...
確定! 回上一頁