We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b78aa9 commit f65c7dbCopy full SHA for f65c7db
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -223,7 +223,7 @@ content into your application; rather pick only the properties that you need.
223
224
225
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
226
- flyway.locations=classpath:db/migrations # locations of migrations scripts
+ flyway.locations=classpath:db/migration # locations of migrations scripts
227
flyway.schemas= # schemas to update
228
flyway.init-version= 1 # version to start migration
229
flyway.sql-migration-prefix=V
0 commit comments