抽取 activiti 到module-bpm-activiti, 为接入flowable 准备

This commit is contained in:
jason
2022-01-26 15:57:38 +08:00
parent 9d6a046939
commit 4ba064d8b3
232 changed files with 873 additions and 811 deletions

View File

@@ -44,9 +44,10 @@
<artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
</dependency>
<!-- 默认引入bpm-activiti. 可以替换为bpm-flowable -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-activiti</artifactId>
<artifactId>yudao-module-bpm-activiti</artifactId>
</dependency>
<!-- Web 相关 -->