zhangherong
2025-04-27 1007e0b552accd3288e7da6b47d8cc49a03bdf62
lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -7,7 +7,7 @@
    include-stacktrace: ALWAYS
    include-message: ALWAYS
  servlet:
    context-path:
    context-path: /jeecg-boot
  compression:
    enabled: true
    min-response-size: 1024
@@ -135,22 +135,9 @@
    database: 0
    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
    password: ''
flowable:
  enable: true
  #关闭定时任务JOB
  async-executor-activate: false
  database-schema-update: true