Saturday, December 27, 2014

Change Spring Data REST API URI in Spring Boot

To change Spring Data REST API URI in Spring Boot,

you can add the following property in application.properties:

spring.data.rest.base-uri=/api

Reference:
http://stackoverflow.com/questions/23377036/spring-boot-starter-data-rest-change-url-of-repository-from-the-root-uri

No comments:

Post a Comment