From e912165a7cd6cf0c24bf4405933ba52afe257f82 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 1 Mar 2022 21:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20apollo=20namespace=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=91=BD=E5=90=8D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hippo4j/core/starter/refresher/ApolloRefresherHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/starter/refresher/ApolloRefresherHandler.java b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/starter/refresher/ApolloRefresherHandler.java index fd29cb3b..3bb67887 100644 --- a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/starter/refresher/ApolloRefresherHandler.java +++ b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/starter/refresher/ApolloRefresherHandler.java @@ -19,7 +19,7 @@ import org.springframework.beans.factory.annotation.Value; @Slf4j public class ApolloRefresherHandler extends AbstractCoreThreadPoolDynamicRefresh implements InitializingBean { - private static final String APOLLO_PROPERTY = "${apollo.bootstrap.namespaces:application}"; + private static final String APOLLO_PROPERTY = "${spring.dynamic.thread-pool.apollo.namespace:application}"; @Value(APOLLO_PROPERTY) private String namespace;