I use Spring Data REST with spring.data.rest.base-path property set as /api. If I extend CrudRepository for User entity, I\'
spring.data.rest.base-path
/api
CrudRepository
User