From 1f50dfed57519918316f45b3202481841836dd59 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 18 六月 2024 10:36:35 +0800
Subject: [PATCH] webservice推送设备状态和设备利用率
---
lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml
index 2a44c8b..eeca6f2 100644
--- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml
+++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml
@@ -1,5 +1,5 @@
server:
- port: 9999
+ port: 6099
tomcat:
max-swallow-size: -1
error:
@@ -132,9 +132,9 @@
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
- url: jdbc:sqlserver://166.0.1.10:1433;databasename=LXZN_TEST_430
+ url: jdbc:sqlserver://195.0.1.10:1433;databasename=SSGX_kns
username: sa
- password: 123
+ password: Sa123456789
#password: 123
driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
#url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
@@ -187,9 +187,9 @@
app: http://localhost:8051
path:
#鏂囦欢涓婁紶鏍圭洰褰� 璁剧疆
- upload: /opt/upFiles
+ upload: C://opt//upFiles
#webapp鏂囦欢璺緞
- webapp: /opt/webapp
+ webapp: C://opt//upFiles
shiro:
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo
#闃块噷浜憃ss瀛樺偍鍜屽ぇ楸肩煭淇$閽ラ厤缃�
@@ -203,7 +203,7 @@
elasticsearch:
cluster-name: jeecg-ES
cluster-nodes: 127.0.0.1:9200
- check-enabled: true
+ check-enabled: false
# 鍦ㄧ嚎棰勮鏂囦欢鏈嶅姟鍣ㄥ湴鍧�閰嶇疆
file-view-domain: http://fileview.jeecg.com
# minio鏂囦欢涓婁紶
@@ -302,4 +302,9 @@
client-id: ??
# appSecret
client-secret: ??
- agent-id: ??
\ No newline at end of file
+ agent-id: ??
+webservice:
+ url: http://localhost:8081/services/EquipmentService?wsdl
+ namespace: http://service.server.webservice.example.com
+ statusMethod: equipmentStatus
+ rateMethod: equipmentRate
\ No newline at end of file
--
Gitblit v1.9.3