From 32f1cd9343f5b1e67910967ecdd42d7bf5923417 Mon Sep 17 00:00:00 2001 From: shenzhidan Date: Tue, 21 Jul 2026 17:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=9C=AC=E5=9C=B0Nacos?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=94=A8=E4=BA=8E=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/src/main/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start/src/main/resources/bootstrap.yml b/start/src/main/resources/bootstrap.yml index 64fb46b..1f3cdb8 100644 --- a/start/src/main/resources/bootstrap.yml +++ b/start/src/main/resources/bootstrap.yml @@ -1,7 +1,7 @@ spring: config: import: - - classpath:nacos-prod.yml -# - classpath:nacos.yml +# - classpath:nacos-prod.yml + - classpath:nacos.yml - classpath:sdk.yml - classpath:swagger.yml