cuilei
2025-07-11 a0fbfd3221724512061f611030a6cb1a4326aa3d
lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml
@@ -1,5 +1,5 @@
server:
  port: 6099
  port: 9999
  tomcat:
    max-swallow-size: -1
  error:
@@ -132,9 +132,9 @@
        connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
      datasource:
        master:
          url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_COMMON
          url: jdbc:sqlserver://192.168.4.21:1433;databasename=LXZN_MDC_WK
          username: sa
          password: 123
          password: Lxzn1688
          driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
  #redis 配置
  redis:
@@ -142,6 +142,11 @@
    host: 127.0.0.1
    port: 6379
    password:
flowable:
  enable: false
  #关闭定时任务JOB
  async-executor-activate: false
  database-schema-update: true
#mybatis plus 设置
mybatis-plus:
  mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@@ -291,4 +296,9 @@
      client-id: ??
      # appSecret
      client-secret: ??
      agent-id: ??
      agent-id: ??
fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage}
fileNCPath: ${NC_FOLDER:D://NC} # NC文件位置
ncSend:
  addOrDelete: false  #//是否删除seed 中的之前文件
#staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中