blade-system项目启动失败

Blade 未结 1 895
lucky_me
lucky_me 剑童 2024-12-18 14:23

一、该问题的重现步骤是什么?

1. 启动blade-system项目失败,失败信息如下

***************************

APPLICATION FAILED TO START

***************************


Description:


Parameter 9 of constructor in org.springblade.system.service.impl.TenantServiceImpl required a bean of type 'com.yomahub.liteflow.core.FlowExecutor' that could not be found.



Action:


Consider defining a bean of type 'com.yomahub.liteflow.core.FlowExecutor' in your configuration.

使用版本:4.0.

1条回答
  • 2024-12-18 20:39

    请问是用的原版的bladex工程么?有没有对配置做过改动,看报错是没有获取到liteflow的bean信息。如果是全新项目启动,建议使用最新的4.3.0版本

    1 讨论(0)
提交回复