Skip to content

szandany/springboot_demo

Repository files navigation

Springboot app with Liquibase and Oracle Database

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.

GitHub Actions or CircleCI Workflows

  1. The workflow will first run Quality Checks using the Liquibase Maven Plugin.
  2. 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).