Use dashed case for properties appendix
Additional items added since 1.1.x Fixes gh-1834
This commit is contained in:
parent
df1d035162
commit
ab7f73f365
|
@ -237,7 +237,7 @@ content into your application; rather pick only the properties that you need.
|
||||||
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
|
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
|
||||||
|
|
||||||
# DATA RESET ({spring-data-rest-javadoc}/core/config/RepositoryRestConfiguration.{dc-ext}[RepositoryRestConfiguration}])
|
# DATA RESET ({spring-data-rest-javadoc}/core/config/RepositoryRestConfiguration.{dc-ext}[RepositoryRestConfiguration}])
|
||||||
spring.data.rest.baseUri=foo # base URI against which the exporter should calculate its links
|
spring.data.rest.base-uri= # base URI against which the exporter should calculate its links
|
||||||
|
|
||||||
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
|
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
|
||||||
flyway.locations=classpath:db/migrations # locations of migrations scripts
|
flyway.locations=classpath:db/migrations # locations of migrations scripts
|
||||||
|
|
Loading…
Reference in New Issue