What’s the difference between @GetMapping
and @RequestMapping(method = RequestMethod.GET)
?
I’ve seen in some Spring Reactive examples, that
@GetMapping
was used instead of @RequestMapping
What’s the difference between @GetMapping
and @RequestMapping(method = RequestMethod.GET)
?
I’ve seen in some Spring Reactive examples, that
@GetMapping
was used instead of @RequestMapping