From ab6504b8270232539035299a589396e0b5199bff Mon Sep 17 00:00:00 2001 From: shiming-stars-lk <1031900093@qq.com> Date: Thu, 30 Jun 2022 10:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../starter/refresher/AbstractCoreThreadPoolDynamicRefresh.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/refresher/AbstractCoreThreadPoolDynamicRefresh.java b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/refresher/AbstractCoreThreadPoolDynamicRefresh.java index 969fc92e..5484bb5d 100644 --- a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/refresher/AbstractCoreThreadPoolDynamicRefresh.java +++ b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/refresher/AbstractCoreThreadPoolDynamicRefresh.java @@ -55,6 +55,7 @@ public abstract class AbstractCoreThreadPoolDynamicRefresh implements ThreadPool dynamicRefresh(configContent, null); } + @Override public void dynamicRefresh(String configContent, Map newValueChangeMap) { try { Map configInfo = ConfigParserHandler.getInstance().parseConfig(configContent, bootstrapCoreProperties.getConfigFileType());