Spring Data Rest defines an annotation BasePathAwareController, which can be used to define controllers with request mapping methods (using @GetMapping methods, etc.), but those classes are not yet taken into account when indexing request mapping methods.
Spring Data Rest defines an annotation
BasePathAwareController, which can be used to define controllers with request mapping methods (using@GetMappingmethods, etc.), but those classes are not yet taken into account when indexing request mapping methods.