'Liquibase: Cannot find changelog location

Liquibase is searching for changelog under db/changelog/db/db-changelog-master.yaml but the right path is db/changelog/db/db-changelog-master.xml I have add spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml to my application.properties file, it works when running under Intellij but not when packaged as a war and running with Tomcat. Is there a configuration that may overwrite application.properties or is my application.properties not taken into account?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source