Expose Spring Data Rest RepositoryDetectionStrategy

Closes gh-7113
This commit is contained in:
Stephane Nicoll
2016-10-07 10:35:48 +02:00
parent d57f3afdd3
commit ed333a67b4
3 changed files with 24 additions and 1 deletions

View File

@@ -576,6 +576,7 @@ content into your application; rather pick only the properties that you need.
# DATA REST ({sc-spring-boot-autoconfigure}/data/rest/RepositoryRestProperties.{sc-ext}[RepositoryRestProperties])
spring.data.rest.base-path= # Base path to be used by Spring Data REST to expose repository resources.
spring.data.rest.default-page-size= # Default size of pages.
spring.data.rest.detection-strategy=default # Strategy to use to determine which repositories get exposed.
spring.data.rest.enable-enum-translation= # Enable enum value translation via the Spring Data REST default resource bundle.
spring.data.rest.limit-param-name= # Name of the URL query string parameter that indicates how many results to return at once.
spring.data.rest.max-page-size= # Maximum size of pages.