Skip to content

Commit f65c7db

Browse files
kakawaitphilwebb
authored andcommitted
Update 'flyway.locations' appendix documentation
Replace `classpath:db/migrations` with `classpath:db/migrations`. Fixes gh-2063
1 parent 3b78aa9 commit f65c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ content into your application; rather pick only the properties that you need.
223223
224224
225225
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
226-
flyway.locations=classpath:db/migrations # locations of migrations scripts
226+
flyway.locations=classpath:db/migration # locations of migrations scripts
227227
flyway.schemas= # schemas to update
228228
flyway.init-version= 1 # version to start migration
229229
flyway.sql-migration-prefix=V

0 commit comments

Comments
 (0)