Expose Spring Data Rest RepositoryDetectionStrategy
Closes gh-7113
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user