| | |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: 123456 |
| | | # activiti: |
| | | # #1.flase:默认值。activiti在启动时,对比数据库表中保存的版本,如果没有表或者版本不匹配,将抛出异常 |
| | | # #2.true: activiti会对数据库中所有表进行更新操作。如果表不存在,则自动创建 |
| | | # #3.create_drop: 在activiti启动时创建表,在关闭时删除表(必须手动关闭引擎,才能删除表) |
| | | # #4.drop-create: 在activiti启动时删除原来的旧表,然后在创建新表(不需要手动关闭引擎) |
| | | # database-schema-update: true |
| | | # # 检测历史信息表是否存在,activiti7默认不生成历史信息表,开启历史表 |
| | | # db-history-used: true |
| | | # # 历史记录存储等级 |
| | | # history-level: full |
| | | # check-process-definitions: true |
| | | # #在流程引擎启动就激活AsyncExecutor,异步 true false 关闭 (切记关闭) |
| | | # async-executor-activate: false |
| | | # async-executor-enabled: true |
| | | flowable: |
| | | enable: true |
| | | #关闭定时任务JOB |