From 2f69785c6a637c9ee33fd52aeac43a3bfe68da3c Mon Sep 17 00:00:00 2001 From: Muhammad Hewedy Date: Sat, 28 Jul 2018 04:19:10 +0200 Subject: [PATCH] Add classpath prefix to the flyway location Closes gh-13933 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index 3c3e238b3d9..2eb692f14f8 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2219,7 +2219,7 @@ the following: [source,properties,indent=0] ---- - spring.flyway.locations=db/migration/{vendor} + spring.flyway.locations=classpath:db/migration/{vendor} ---- Rather than using `db/migration`, the preceding configuration sets the folder to use