Commit ab7f73f3 authored by Phillip Webb's avatar Phillip Webb

Use dashed case for properties appendix

Additional items added since 1.1.x

Fixes gh-1834
parent df1d0351
......@@ -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
# 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.locations=classpath:db/migrations # locations of migrations scripts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment