dromara / liteflow

Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!
Apache License 2.0
3.04k stars 424 forks source link

liteflow与tlog中的QLExpress版本不一致 #32

Open JasonNum1 opened 1 year ago

JasonNum1 commented 1 year ago

liteflow中依赖的QLExpress版本是3.3.0,tlog中依赖的QLExpress版本是3.2.0,导致打包之后包内只有3.2.0版本的QLExpress,liteflow初始化失败.

image

报错信息为QLException类没有找到

image