Polish "Auto-configure SpringLiquibase with Liquibase Customizer"

See gh-40986
This commit is contained in:
Moritz Halbritter
2024-06-21 11:54:50 +02:00
parent 32f509c0c4
commit 6aeab4461e
3 changed files with 29 additions and 7 deletions

View File

@@ -187,6 +187,8 @@ If any of the three properties has not been set, the value of its equivalent `sp
See xref:api:java/org/springframework/boot/autoconfigure/liquibase/LiquibaseProperties.html[`LiquibaseProperties`] for details about available settings such as contexts, the default schema, and others.
You can also use a `Customizer<Liquibase>` bean if you want to customize the `Liquibase` instance before it is being used.
[[howto.data-initialization.migration-tool.flyway-tests]]