From bdbed0308adcfd0cec9157d393f0118f6d6bf7f4 Mon Sep 17 00:00:00 2001 From: lukuan Date: Sun, 17 Jul 2022 19:02:33 +0800 Subject: [PATCH] The scheduled task configuration of the adaptation module is optimized --- .../adapter/hystrix/HystrixAdapterAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/src/main/java/cn/hippo4j/springboot/starter/adapter/hystrix/HystrixAdapterAutoConfiguration.java b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/src/main/java/cn/hippo4j/springboot/starter/adapter/hystrix/HystrixAdapterAutoConfiguration.java index e52fe547..d7e3e5a8 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/src/main/java/cn/hippo4j/springboot/starter/adapter/hystrix/HystrixAdapterAutoConfiguration.java +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/src/main/java/cn/hippo4j/springboot/starter/adapter/hystrix/HystrixAdapterAutoConfiguration.java @@ -41,7 +41,7 @@ public class HystrixAdapterAutoConfiguration { } @Bean - public ThreadPoolAdapterScheduler threadPoolAdapterExtra() { + public ThreadPoolAdapterScheduler threadPoolAdapterScheduler() { return new ThreadPoolAdapterScheduler(); }