refactor(flowable): 移除自定义流程图配置和相关工具类

- 删除 application.yml 中的 Flowable 配置项
- 移除 CustomProcessDiagramCanvas 自定义流程图绘制类
- 移除 CustomProcessDiagramGenerator 自定义流程图生成器
- 移除 FindNextNodeUtil 流程节点查找工具类
- 移除 FlowableConfig 配置类
This commit is contained in:
2025-12-29 16:21:33 +08:00
parent 9b8c5ab80b
commit ee88de3e99
89 changed files with 0 additions and 9274 deletions

View File

@@ -78,12 +78,6 @@
<artifactId>klp-demo</artifactId>
</dependency>
<!-- flowable模块-->
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-flowable</artifactId>
</dependency>
<!-- wms模块-->
<dependency>
<groupId>com.klp</groupId>