Commit 2f69785c authored by Muhammad Hewedy's avatar Muhammad Hewedy Committed by Stephane Nicoll

Add classpath prefix to the flyway location

Closes gh-13933
parent 2c4e451f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment