添加workflow模块,添加flowable依赖,yml配置信息

This commit is contained in:
gssong
2023-05-27 17:21:04 +08:00
parent 8d69be093e
commit 25295fee34
13 changed files with 157 additions and 0 deletions

View File

@@ -65,6 +65,12 @@
<artifactId>ruoyi-demo</artifactId>
</dependency>
<!-- 工作流模块 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-workflow</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>