具体来说,@GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。 @PostMapping 用于将HTTP post请求映射到特定处理程序的 ...
確定! 回上一頁