From 8e8039cc69c4e7b6e9f50b102d448a7767efda1d Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Wed, 7 Jan 2026 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5nacos=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timeline-gateway-service/src/main/resources/bootstrap.properties b/timeline-gateway-service/src/main/resources/bootstrap.properties index e5437c4..5427679 100644 --- a/timeline-gateway-service/src/main/resources/bootstrap.properties +++ b/timeline-gateway-service/src/main/resources/bootstrap.properties @@ -1,4 +1,5 @@ -spring.config.import=nacos: +spring.config.import=optional:nacos: +spring.cloud.nacos.config.import-check.enabled=false spring.cloud.nacos.discovery.server-addr=host.docker.internal:8848 spring.cloud.nacos.discovery.namespace=public spring.cloud.nacos.discovery.group=DEFAULT_GROUP