Sunday, January 25, 2015

Change Spring Data REST base URI in Spring Boot

To change Spring Data Rest base URI in Spring Boot,

add the following in application properties:

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

Reference:
http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

No comments:

Post a Comment