From 712bef33d858187f8ddd2ffbbfc8198ab22bd234 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 15 Aug 2020 15:38:28 +1000 Subject: [PATCH] Update README.md --- spring-boot/data-migration/liquibase/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot/data-migration/liquibase/README.md b/spring-boot/data-migration/liquibase/README.md index a73e610..db3a531 100644 --- a/spring-boot/data-migration/liquibase/README.md +++ b/spring-boot/data-migration/liquibase/README.md @@ -17,6 +17,11 @@ The project also demonstrates the following. * It demonstrates use of liquibase [change log parameters](src/main/resources/db/changelog/db.changelog-yaml-example.yaml#L21-L33) * IT demonstrates use of liquibase [context](src/main/resources/db/changelog/db.changelog-xml-example.xml#L5) +## Related Blog Posts + +* [One-Stop Guide to Database Migration with Liquibase and Spring Boot](https://reflectoring.io/database-migration-spring-boot-liquibase/) +* [Tool-based Database Refactoring: Flyway vs. Liquibase](https://reflectoring.io/database-refactoring-flyway-vs-liquibase/) + ## How to Run the project and tests ### Have Docker and Docker Compose in your machine?