You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
684 B
33 lines
684 B
|
8 months ago
|
#服务器端口
|
||
|
|
server:
|
||
|
|
port: 8009
|
||
|
|
|
||
|
|
spring:
|
||
|
|
jackson:
|
||
|
|
default-property-inclusion: non_null
|
||
|
|
|
||
|
|
#flowable配置
|
||
|
|
flowable:
|
||
|
|
activity-font-name: \u5B8B\u4F53
|
||
|
|
label-font-name: \u5B8B\u4F53
|
||
|
|
annotation-font-name: \u5B8B\u4F53
|
||
|
|
check-process-definitions: false
|
||
|
|
database-schema-update: true # 升级flowable 表自动更新
|
||
|
|
async-executor-activate: false # 定时任务
|
||
|
|
app:
|
||
|
|
enabled: false
|
||
|
|
cmmn:
|
||
|
|
enabled: false
|
||
|
|
idm:
|
||
|
|
enabled: false
|
||
|
|
dmn:
|
||
|
|
enabled: false
|
||
|
|
form:
|
||
|
|
enabled: false
|
||
|
|
content:
|
||
|
|
enabled: false
|
||
|
|
eventregistry:
|
||
|
|
enabled: false
|
||
|
|
custom-mybatis-x-m-l-mappers:
|
||
|
|
- org/springblade/plugin/workflow/process/mapper/WfProcessDefinition.xml
|