From 5ccf495c5275e99f04aa330ac23c1044f8c5e896 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Apr 2015 10:26:07 +0200 Subject: [PATCH] Add explicit reference to Flyway Add an entry for `flyway.*` to make it more explicit that any public property of the auto-configured `Flyway` object can be set via the `flyway` prefix. Closes gh-2667 --- .../src/main/asciidoc/appendix-application-properties.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 171032bb96..9a4cc1c85a 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -367,6 +367,7 @@ content into your application; rather pick only the properties that you need. 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.*= # Any public property available on the auto-configured `Flyway` object flyway.check-location=false # check that migration scripts location exists flyway.locations=classpath:db/migration # locations of migrations scripts flyway.schemas= # schemas to update