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