
If you have an existing Spring Boot project, add the liquibase-core dependency to your project pom.xml.Create a project by using the Spring Boot application:.Ensure you have Java Development Kit (JDK 8, 11, or 16).


The Liquibase Spring Boot integration ensures the application database is updated along with the application code by using Spring Boot auto-configuration and features. Spring Boot with build systems like Maven allows you to create Java applications started by running java -jar or war deployments. Use Liquibase with Spring Boot to create and configure standalone Spring applications and automate your database updates. Tip: To use the liquibase-maven-plugin and Spring Boot, see Using Liquibase Maven Plugin with Spring Boot. Using Liquibase with Spring Boot and Maven Project
