Spring Boot - Request and Response Handling
Why is it recommended to use specific HTTP method annotations like
@GetMapping instead of @RequestMapping(method = RequestMethod.GET)?