Merge pull request #13933 from mhewedy:patch-1

* pr/13933:
  Add classpath prefix to the flyway location
This commit is contained in:
Stephane Nicoll
2018-07-31 14:29:40 +02:00

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