lyh
2025-02-24 3f5737664d799ece89224079860505a009dec32b
lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -126,7 +126,7 @@
        connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
      datasource:
        master:
          url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_HANGYU
          url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_HANGYU;nullCatalogMeansCurrent=true
          username: sa
          password: 123
          driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
@@ -136,22 +136,26 @@
    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
activiti:
      enable: false # true 启用审批 false 不启用审批
#  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:
  #关闭定时任务JOB
  async-executor-activate: false
  database-schema-update: true
#activiti:
#      enable: false # true 启用审批 false 不启用审批
#mybatis plus 设置
mybatis-plus:
  mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml