From d0b97b5655a6cac1efbda08dad1d3019ed973923 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 21 五月 2025 12:04:16 +0800
Subject: [PATCH] 设备日志批量导出

---
 lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml |   58 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
index aac31ae..25cc4fc 100644
--- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
+++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -1,5 +1,7 @@
 锘縮erver:
   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
-#绗笁鏂笰PP瀵规帴
-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

--
Gitblit v1.9.3