@GetMapping、@PostMapping、@PutMapping、@DeleteMapping、@PatchMapping @GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。该注解将HTTP Get 映射到 特定的处理方法上。