@GetMapping
Fleeting- Référence externe : https://zetcode.com/spring/getmapping/
Spring @GetMapping tutorial - using @GetMapping map GET requests onto handlers
- see,
@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)