解决 spring boot 2.7.18 导入 flowable 6.8.1 报 Liquibase failed to start because no changelog could be found at 'classpath:/db/changelog/db.changelog-master.yaml'. 的办法

解决 spring boot 2.7.18 导入 flowable 6.8.1 报 Liquibase failed to start because no changelog could be found at 'classpath:/db/changelog/db.changelog-master.yaml'. 的办法

 

不论是导入

<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-engine</artifactId>
  <version>6.8.1</version>
</dependency>

 

还是导入

<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-spring</artifactId>
  <version>6.8.1</version>
</dependency>

 

都报如下错误:

————————————————————
ERROR 3508 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :

***************************
APPLICATION FAILED TO START
***************************

Description:

Liquibase failed to start because no changelog could be found at 'classpath:/db/changelog/db.changelog-master.yaml'.

Action:

Make sure a Liquibase changelog is present at the configured path.

————————————————————
正确的做法是通过以下方式导入 flowable 的依赖:

 

<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-spring-boot-starter</artifactId>
  <version>6.8.1</version>
</dependency>

 

 

 

 

posted @   hapday  阅读(186)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端
历史上的今天:
2017-01-16 Semaphore初探
点击右上角即可分享
微信分享提示