也可以直接指定@RequestMapping( method = RequestMethod.GET, // .post path = "/test")
也可以直接写
@GetMapping("/test")
@PostMapping("/test")