Skip to content

Commit 8570b56

Browse files
committed
Fix typo
1 parent 7865233 commit 8570b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ location and the `/opt/migration` directory:
22532253

22542254
[source,properties,indent=0]
22552255
----
2256-
spring.flyway.locations=classpath:db/migration,filesystem:/opt/migration
2256+
flyway.locations=classpath:db/migration,filesystem:/opt/migration
22572257
----
22582258

22592259
You can also add a special `{vendor}` placeholder to use vendor-specific scripts. Assume

0 commit comments

Comments
 (0)