xxxxxxxxxx
A Controller/RestController can have a @RequestMapping annotation annotating the class itself. However, in addition, methods within the class can use the “path” attribute (or default attribute “value”) of the @GetMapping or @PostMapping to further append a value to the @RequestMapping url to effectively tie the method to a concatenated url value