@GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。
@PostMapping类似也是@RequestMapping(Method = RequestMethod.POST)的缩写。
@GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。
@PostMapping类似也是@RequestMapping(Method = RequestMethod.POST)的缩写。