This is a Maven project that demos how to run a Spring application in CircleCI/CD with the Liquibase spring integration and the Liquibase Maven Plugin.
- The workflow will first run Quality Checks using the Liquibase Maven Plugin.
- If the Quality Checks run successfully, the workflow will then build the application. That will include running the database changes with Liquibase spring integration and packaging the application code (compiling, running unit tests and generating artifacts).