From d8fe66837ff611b92bc695f1ddb28c91f2cf263a 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 --- .../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 f6b27e9112af..6ed1af63d088 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 @@ -2237,7 +2237,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