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

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *