diff --git a/timeline-gateway-service/src/main/resources/bootstrap.properties b/timeline-gateway-service/src/main/resources/bootstrap.properties index 14a7347..e5437c4 100644 --- a/timeline-gateway-service/src/main/resources/bootstrap.properties +++ b/timeline-gateway-service/src/main/resources/bootstrap.properties @@ -1,6 +1,5 @@ -spring.config.import=optional:nacos: +spring.config.import=nacos: spring.cloud.nacos.discovery.server-addr=host.docker.internal:8848 -spring.cloud.nacos.config.enabled=false spring.cloud.nacos.discovery.namespace=public spring.cloud.nacos.discovery.group=DEFAULT_GROUP