【发布时间】:2018-02-08 07:27:21
【问题描述】:
我正在开发一个使用 spring-boot、Maven、liquibase 的项目。所以,当我运行我的项目和 liquibase 时出现错误 配置设置为在 maven 执行时更新。
Caused by: java.lang.IllegalStateException: Cannot find changelog location: class path resource [db-scripts/db.master.xml] (please add changelog or check your Liquibase configuration)
我看到 pom.xml 有一个标签排除在我的数据库脚本路径中。我相信 maven 会在 liquibase 运行之前消除这条路径。
【问题讨论】:
标签: java maven spring-boot liquibase