I have two interfaces with the annotation @RequestMapping:
@RestController @RequestMapping("/users") public interface UserRestService{}