0

Currently, I have a multi-module maven spring project. I'm planning to separate one module and use it as a jar dependency. This module has all the liquibase change-log files that other modules in my project refer (through their own change-log files).

My question is, how should I refer the liquibase change-logs that are present inside the jar dependency? I've tried googling for hours but couldn't find a proper solution. How can this be achieved?

1 Answers1

0

We created this example to explain how to deploy liquibase to multiple data sources using Springboot. You can check how the module and dependencies were created in the example database.

tabbyfoo
  • 355
  • 1
  • 8