From 666a4ef3cf5d9838795487918621a4232859506d Mon Sep 17 00:00:00 2001
From: renkang <94314517@qq.com>
Date: 星期四, 02 四月 2026 18:25:14 +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..d50a4c1 100644
--- a/server/system_gateway/src/main/resources/bootstrap-test.yml
+++ b/server/system_gateway/src/main/resources/bootstrap-test.yml
@@ -1,12 +1,12 @@
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鍦板潃
- namespace: funing_test
+ server-addr: http://192.168.0.3:8848 #閰嶇疆Nacos鍦板潃
+ namespace: funingyunwei_test
# namespace: dev_renkang
username: nacos
password: nacos
--
Gitblit v1.9.3