diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 4fd50bc1cdc..5db817d2948 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2253,7 +2253,7 @@ location and the `/opt/migration` directory: [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