有关 RequestMapping 注解的一些事(一)
1、同一 URI 对应不同 Http 方法
@RequestMapping 可以使用在类级别上,在类中用 @GetMapping
、@PostMapping
等注解的方法会映射到统一 URL,并对应各自的方法: