Try using the spring.liquibase.change-log
property (and not just liquibase.change-log
). This worked for me when I faced the same problem.
This solution is also mentioned in issue CORE-3459 in the Jira tracker.
Try using the spring.liquibase.change-log
property (and not just liquibase.change-log
). This worked for me when I faced the same problem.
This solution is also mentioned in issue CORE-3459 in the Jira tracker.