Konubinix' opinionated web of thoughts

@GetMapping

Fleeting

Spring @GetMapping tutorial - using @GetMapping map GET requests onto handlers

@GetMapping annotation maps HTTP GET requests onto specific handler methods. It is a composed annotation that acts as a shortcut for @RequestMapping(method = RequestMethod.GET)