From 8e944cfabb253fc2556588e308e282586043f7b0 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 18 十一月 2025 22:09:56 +0800 Subject: [PATCH] 即时消息时间出现负数的问题修改 --- smart-man-boot/src/main/resources/application-dev.yml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/smart-man-boot/src/main/resources/application-dev.yml b/smart-man-boot/src/main/resources/application-dev.yml index 71d0a58..b7fd5d6 100644 --- a/smart-man-boot/src/main/resources/application-dev.yml +++ b/smart-man-boot/src/main/resources/application-dev.yml @@ -1,14 +1,15 @@ # redis redis: - host: 120.46.212.231 + host: localhost port: 6379 password: root - database: 5 + database: 2 ssl: false # database config datasource: type: mysql - url: 120.46.212.231 + #url: 120.46.212.231 + url: localhost port: 3306 database: smartman username: qwmdc @@ -45,7 +46,7 @@ iotdb: driver: org.apache.iotdb.jdbc.IoTDBDriver - host: 120.46.212.231 + host: 120.46.212.231 #116.63.148.72 120.46.212.231 port: 6667 maxSize: 10 username: root @@ -60,7 +61,7 @@ clientid: mqtt_publish default_topic: TEST #褰撳墠瀹㈡埛绔殑榛樿涓婚(澶у鏁版椂鍊欐病浠�涔堢敤) #鍙戦�佽秴鏃舵椂闂� - mqtt.timeout: 1000 + timeout: 3000 #蹇冭烦鏃堕棿 keepalive: 10 connectionTimeout: 3000 #杩炴帴瓒呮椂鏃堕棿 -- Gitblit v1.9.3