From c6f3bd69690128fef7bc3c24b74995a293350d43 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 18 八月 2025 09:14:29 +0800 Subject: [PATCH] 我的安灯发起/我的安灯响应, 响应操作 接口编写 --- src/main/resources/application-dev.yml | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index b365287..3ecdf62 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,9 +126,10 @@ 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://127.0.0.1:1433;databasename=LXZN-TEXT-XHJ;nullCatalogMeansCurrent=true username: sa - password: 123 + password: 123456 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver #redis 閰嶇疆 redis: @@ -283,10 +284,8 @@ client-secret: ?? agent-id: ?? webservice: - url: http://localhost:8081/services/EquipmentService?wsdl - namespace: http://service.server.webservice.example.com - statusMethod: equipmentStatus - rateMethod: equipmentRate + url: http://10.101.0.182:8002/MesWebService/WebService.asmx?wsdl + namespace: http://tempuri.org/ # SAP RFC鏂瑰紡鎺ュ彛闆嗘垚 sap: rfc: @@ -300,3 +299,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