Tag: spring4

@GetMapping和@RequestMapping之间的区别(method = RequestMethod.GET)

@GetMapping和@RequestMapping(method = RequestMethod.GET)什么区别? 我在一些Spring Reactive示例中@GetMapping ,使用了@GetMapping而不是@RequestMapping