From fb130a65f32b70a3bcb27567355f43c532ddf033 Mon Sep 17 00:00:00 2001 From: cuijiawang Date: Thu, 23 Oct 2025 16:49:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(nacos):=20=E6=B7=BB=E5=8A=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD-=20=E5=9C=A8nacos?= =?UTF-8?q?.yml=E4=B8=AD=E6=96=B0=E5=A2=9Econfig.import=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=20-=20=E6=94=AF=E6=8C=81=E4=BB=8ENacos=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E5=8F=AF=E9=80=89=E5=AF=BC=E5=85=A5=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=20-=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=90=8D=E5=92=8C=E6=96=87=E4=BB=B6=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E5=90=8D=E5=8F=98=E9=87=8F=20-=20=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=8A=A8=E6=80=81=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=92=8C=E7=83=AD=E6=9B=B4=E6=96=B0=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wol-common-nacos/src/main/resources/nacos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agileboot-common/wol-common-nacos/src/main/resources/nacos.yml b/agileboot-common/wol-common-nacos/src/main/resources/nacos.yml index ad19821..24c6d8c 100644 --- a/agileboot-common/wol-common-nacos/src/main/resources/nacos.yml +++ b/agileboot-common/wol-common-nacos/src/main/resources/nacos.yml @@ -16,3 +16,7 @@ spring: name: ${spring.application.name} username: ${wol.nacos.server.username} password: ${wol.nacos.server.password} + config: + import: + - optional:nacos:${spring.application.name}.${spring.cloud.nacos.config.file-extension} +