Fix typo
This commit is contained in:
parent
7865233b16
commit
8570b56217
|
|
@ -2253,7 +2253,7 @@ location and the `/opt/migration` directory:
|
||||||
|
|
||||||
[source,properties,indent=0]
|
[source,properties,indent=0]
|
||||||
----
|
----
|
||||||
spring.flyway.locations=classpath:db/migration,filesystem:/opt/migration
|
flyway.locations=classpath:db/migration,filesystem:/opt/migration
|
||||||
----
|
----
|
||||||
|
|
||||||
You can also add a special `{vendor}` placeholder to use vendor-specific scripts. Assume
|
You can also add a special `{vendor}` placeholder to use vendor-specific scripts. Assume
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue