Spring Boot + Liquibase

Introduction Liquibase is a powerful tool for managing database schema changes. It allows for automatic application, rollback, and tracking of database structure changes in Spring Boot projects. An alternative tool is Flyway, which is also widely used for database migrations. The key differences between them are: Liquibase supports migrations in XML, YAML, JSON, and SQL […]

Spring Boot + Liquibase Read More »