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;