Is there any way to get change log-master out of the jar and give any absolute path

Hello All,
We have a springboot application developed around liquibase which manually connects with multiple databases and runs liquibase changes on them in a multithreaded pattern. I am trying to get the changelog files and changelog-master out of the jar file and trying to add an absolute path for these files so that we do not need to compile them with out code but somehow not able to configure it outside the jar and it gives me exception.
Could someone please help me understand if the changelog files and master file can be kept configurable without compiling them in the jar

Hi, have you simply try to use “file:” instead of “classpath:” in the application config file ?