添加flowable
This commit is contained in:
parent
3b8b8475e8
commit
29d288a9a8
@ -22,6 +22,7 @@
|
||||
<hutool-all.version>5.7.22</hutool-all.version>
|
||||
<fastjson2.version>2.0.26</fastjson2.version>
|
||||
<magic-api.version>2.1.1</magic-api.version>
|
||||
<flowable.version>6.8.1</flowable.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -71,6 +72,12 @@
|
||||
<version>${fastjson2.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-spring-boot-starter</artifactId>
|
||||
<version>${flowable.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
||||
@ -57,3 +57,8 @@ magic-api:
|
||||
- yyyy-MM-dd HH:mm:ss
|
||||
- yyyyMMddHHmmss
|
||||
- yyyyMMdd
|
||||
|
||||
# flowable
|
||||
flowable:
|
||||
async-executor-activate: true # 关闭定时任务job
|
||||
database-schema-update: true # flowable自动更新表结构
|
||||
Loading…
Reference in New Issue
Block a user