1. 默认不开启 bpm 工作流模块,按需启动,提升启动速度

2. 完整移除 activiti 遗留的东东
This commit is contained in:
YunaiV
2022-07-29 22:51:52 +08:00
parent d9aa0af158
commit 2866b58741
10 changed files with 17 additions and 91 deletions

View File

@@ -12,9 +12,9 @@
<name>${project.artifactId}</name>
<description>
bpm-base 模块,实现公用的工作流的逻辑,提供给 bpm-activiti 和 bpm-flowable 复用
bpm 包下业务流程管理Business Process Management我们放工作流的功能基于 Flowable 6 版本实现。
例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等
</description>
<dependencies>
<dependency>
<groupId>cn.iocoder.boot</groupId>