Add classpath prefix to the flyway location

Closes gh-13933
This commit is contained in:
Muhammad Hewedy
2018-07-28 04:19:10 +02:00
committed by Stephane Nicoll
parent 2c4e451fde
commit 2f69785c6a

View File

@@ -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