Running Liquibase

Liquibase can be ran either on demand or through automated processes.

Liquibase ships with the following execution methods:

On Demand

Automated

  • Servlet Listener
  • Spring Boot
  • JEE CDI Integration

Java APIs

Liquibase can easily be embedded and executed through its Java APIs. For more information, see the Javadocs.

Related Links