Spring Boot AutoConfiguration :: Pre-Liquibase AutoConfiguration 1.5.0 API

Pre-Liquibase allows to execute some SQL script typically as part of application startup.

It is named 'Pre-Liquibase' because its main purpose is to execute SQL script (often a one-liner) before executing Liquibase, for example to ensure that a schema exists.

Intended audience: Developer who needs to configure PreLiquibase bean manually rather than letting Spring Boot auto-configuration handle it.

Packages
Package
Description
Pre-Liquibase.
Pre-Liquibase utility classes.