Reputation: 1
I am facing similar problem as above, however proposed solution is already there in my configurations.
Exception - Liquibase failed to start because no changelog could be found at 'classpath:/db/changelog/db.changelog-master.yaml
Here is my application.yml file. It already has spring: what else do I need to do to get rid of this error for master.yaml
spring: liquibase: change-log: classpath:liquibase/v2/changelog.yml enabled: true
Upvotes: 0
Views: 1099