From 891f4b15466913543d33884023c5355cf1da7791 Mon Sep 17 00:00:00 2001 From: janey668 Date: Wed, 15 Jun 2022 18:26:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=B0=E5=A2=9Ebanner=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=B3=A8=E9=87=8A):=20=E6=96=B0=E5=A2=9Ebanner=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增banner配置注释 --- .../config/DynamicThreadPoolCoreAutoConfiguration.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java index 0ccd107b..c77dd5b9 100644 --- a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java +++ b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java @@ -196,6 +196,10 @@ public class DynamicThreadPoolCoreAutoConfiguration { return new ThreadPoolAdapterRegister(bootstrapCoreProperties); } + /** + * banner config + * @return DynamicThreadPoolBannerHandler + */ @Bean public DynamicThreadPoolBannerHandler threadPoolBannerHandler() { return new DynamicThreadPoolBannerHandler(bootstrapCoreProperties);