From 4aab0eb183dc0a241a4a99436683f35d2982e379 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 27 五月 2026 18:16:20 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 server/system_gateway/src/main/resources/bootstrap-test.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/system_gateway/src/main/resources/bootstrap-test.yml b/server/system_gateway/src/main/resources/bootstrap-test.yml
index 351bfe7..2cca6b6 100644
--- a/server/system_gateway/src/main/resources/bootstrap-test.yml
+++ b/server/system_gateway/src/main/resources/bootstrap-test.yml
@@ -1,13 +1,13 @@
 spring:
   cloud:
     nacos:
-      server-addr: http://175.27.187.84:8848 #閰嶇疆Nacos鍦板潃
+      server-addr: http://192.168.0.3:8848 #閰嶇疆Nacos鍦板潃
       username: nacos
       password: nacos
       discovery:
-        server-addr: http://175.27.187.84:8848 #閰嶇疆Nacos鍦板潃
+        server-addr: http://192.168.0.3:8848 #閰嶇疆Nacos鍦板潃
         namespace: funing_test
-#        namespace: dev_renkang
+#        namespace: funingyunwei_dev
         username: nacos
         password: nacos
     gateway:

--
Gitblit v1.9.3