From cd1adcb59ffb1bfe7af77b0ddf7657dbce4c37c5 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 1 Jun 2026 12:22:00 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E8=84=9A=E6=9C=AC=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other-start/src/test/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-start/src/test/resources/bootstrap.yml b/rc-service/rc-service-other/other-start/src/test/resources/bootstrap.yml index 47fb486f..1f2925c5 100644 --- a/rc-service/rc-service-other/other-start/src/test/resources/bootstrap.yml +++ b/rc-service/rc-service-other/other-start/src/test/resources/bootstrap.yml @@ -9,13 +9,13 @@ spring: password: ${NACOS_PASSWORD:nacos} discovery: server-addr: ${NACOS_HOST:127.0.0.1}:${NACOS_PORT:8848} - namespace: f7a8594e-090c-4830-a3ad-b5c0f9afcc07 + namespace: atyou group: ${spring-profile.active} register-enabled: false config: server-addr: ${NACOS_HOST:127.0.0.1}:${NACOS_PORT:8848} file-extension: yml - namespace: f7a8594e-090c-4830-a3ad-b5c0f9afcc07 + namespace: atyou group: ${spring.application.name} shared-configs: - data-id: application.yml