From 6775b733eb6db980199859e3f3649282b43d6199 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 25 八月 2025 09:31:20 +0800 Subject: [PATCH] 安灯发起、安灯处理 安灯响应 修改 --- src/main/resources/application-dev.yml | 45 +++++++++++---------------------------------- 1 files changed, 11 insertions(+), 34 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 51d32d3..c83b1ec 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,7 +7,7 @@ include-stacktrace: ALWAYS include-message: ALWAYS servlet: - context-path: /jeecg-boot + context-path: compression: enabled: true min-response-size: 1024 @@ -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_XHJ;nullCatalogMeansCurrent=true + url: jdbc:sqlserver://192.168.0.118:1433;databasename=LXZN_TEST_XHJ;nullCatalogMeansCurrent=true username: sa password: 123 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver @@ -211,17 +211,6 @@ is_verify_token: true #蹇呴』鏍¢獙鏂规硶 verify_methods: remove,delete,save,add,update - #xxl-job閰嶇疆 - xxljob: - enabled: false - adminAddresses: http://127.0.0.1:9080/xxl-job-admin - appname: ${spring.application.name} - accessToken: '' - address: 127.0.0.1:30007 - ip: 127.0.0.1 - port: 30007 - logPath: logs/jeecg/job/jobhandler/ - logRetentionDays: 30 #鍒嗗竷寮忛攣閰嶇疆 redisson: address: 127.0.0.1:6379 @@ -294,27 +283,9 @@ client-secret: ?? agent-id: ?? webservice: - url: http://localhost:8081/services/EquipmentService?wsdl - namespace: http://service.server.webservice.example.com - statusMethod: equipmentStatus - rateMethod: equipmentRate -#鏂囦欢涓婁紶鐩綍锛堟敞鎰廘inux鍜學indows涓婄殑鐩綍缁撴瀯涓嶅悓锛� -#file.uploadFolder=/root/uploadFiles/ -#fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} -#fileNCPath: ${NC_FOLDER:/jar/NC} # NC鏂囦欢浣嶇疆 -fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} -fileNCPath: ${NC_FOLDER:D://NC} # NC鏂囦欢浣嶇疆 -ncSend: - addOrDelete: false #//鏄惁鍒犻櫎seed 涓殑涔嬪墠鏂囦欢 -#staticAccessPath: /api/ffile/** # 褰撳墠椤圭洰鐨勯潤鎬佽祫婧愯闂厤缃湪nginx涓� -#宸ユ帶缃�/娑夊瘑缃戦儴缃茬浉鍏抽厤缃�------------閫氳繃鍏夌洏鎽嗘浮 -deploy: - #宸ユ帶缃�/娑夊瘑缃戦儴缃� 0涓烘秹瀵嗙綉 1涓哄伐鎺х綉 - deployType: 0 - #娑夊瘑缃戜紶杈搉c鏂囦欢澶� - secretFolder: D:\\opt - #宸ユ帶缃戠洃鎺c鏂囦欢澶� - workFolder: D:\\opt + url: http://10.101.0.182:8002/MesWebService/WebService.asmx?wsdl + namespace: http://tempuri.org/ +# SAP RFC鏂瑰紡鎺ュ彛闆嗘垚 sap: rfc: destination: SAP_RFC_DEST # 鑷畾涔夌殑鐩爣鍦板潃 RFC 鐩爣鍚嶇О @@ -327,3 +298,9 @@ poolSize: 5 # 绾跨▼姹犳暟閲� expirationTime: 10000 # 杩囨湡鏃堕棿 peekLimit: 10 # 宄板�� +feishu: + url: https://open.feishu.cn/ + appId: cli_a74aab6353b7d00e + appSecret: mx5wm7X9S8WSzZCOYlxcggXTFL8iujIT + sync: + departmentId: od-47692f32e6b66cc3985d317fee780a8b \ No newline at end of file -- Gitblit v1.9.3