Lius
2025-05-21 d0b97b5655a6cac1efbda08dad1d3019ed973923
lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -1,5 +1,7 @@
server:
  port: 9999
#  connection-timeout: 80000
#  disableUploadTimeout: false
  tomcat:
    max-swallow-size: -1
  error:
@@ -81,15 +83,15 @@
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
      driverClassName: dm.jdbc.driver.DmDriver
      url: jdbc:dm://192.168.124.118:5236/?LXZN_MDC_420&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
      url: jdbc:dm://LOCALHOST:5236/?LXZN_MDC_420&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
      username: LXZN_MDC_420
      password: LXZN@1688
      password: 123
  #redis 配置
  redis:
    database: 0
    host: 192.168.124.118
    host: 127.0.0.1
    port: 6379
    password:
    password: 123456
#mybatis plus 设置
mybatis-plus:
  mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@@ -177,7 +179,7 @@
    enabled: true
#cas单点登录
cas:
  prefixUrl: http://cas.example.org:8443/cas
  prefixUrl: http://127.0.0.1:8443/cas
#Mybatis输出sql日志
logging:
  level:
@@ -217,26 +219,26 @@
    type: default
    prefix: 'demo::'
    timeout: 1h
#第三方APP对接
third-app:
  enabled: false
  type:
    #企业微信
    WECHAT_ENTERPRISE:
      enabled: false
      #CORP_ID
      client-id: ??
      #SECRET
      client-secret: ??
      #自建应用id
      agent-id: ??
      #自建应用秘钥(新版企微需要配置)
      # agent-app-secret: ??
    #钉钉
    DINGTALK:
      enabled: false
      # appKey
      client-id: ??
      # appSecret
      client-secret: ??
      agent-id: ??
fileService:
  host: 127.0.0.1
  port: 8299
  username: admin
  pwd: 123
  addressToken: /outer/appAuth
  addressUploadFile: /outer/fileUpload
  localFilePath: D:/data/sql     #本地文件路径
  servicePath: D:/data/sql    #目标文件路径
  logIp: 127.0.0.1
  logPort: 8888
  newFilePath: D:/data/bak_sql/  #备份地址
  failedLocFilePath:  #失败sql地址
webservice:
  url: http://localhost:8081/services/EquipmentWebService?wsdl
  namespace: http://service.server.webservice.example.com
  statusMethod: equipmentStatus
  rateMethod: equipmentRate
webservice2:
  url: 20.10.193.21:9308/webservice/mes/equipment/v1/mdcProcessTask2MEs.asmx?wsdl
  namespace: http://service.server.webservice.example.com
  startWorkMethod: equipmentStart
  endWorkMethod: equipmentEnd