Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It can also be used with Hibernate.

Testing

Liquibase changeLog Testing

Liquibase Docker Testing

Liquibase Docker Compose Testing

Notes

We can either integrate Liquibase as part of our application code (Spring boot/Hibernate is the easiest option) or as part of our CI/CD pipeline.

...