Liquibase Database Migrations Pattern This project is a pattern to use Liquibase database migrations with Spring Boot and PostgreSQL How to start project: 1 - Start database sudo docker-compose up --force-recreate 2 - Start Spring Boot Application