We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7865233 commit 8570b56Copy full SHA for 8570b56
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2253,7 +2253,7 @@ location and the `/opt/migration` directory:
2253
2254
[source,properties,indent=0]
2255
----
2256
- spring.flyway.locations=classpath:db/migration,filesystem:/opt/migration
+ flyway.locations=classpath:db/migration,filesystem:/opt/migration
2257
2258
2259
You can also add a special `{vendor}` placeholder to use vendor-specific scripts. Assume
0 commit comments