How can I link to a liquibase changelog file inside a jar?

1k Views Asked by At

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

There are 1 best solutions below

1
On

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.