Spring Boot - REST Controllers
Why is it recommended to use
@RequestMapping with a base path at the class level instead of repeating the full path on every method?