From 6d65d29b8168b9e95fee759fea4c929364b5f338 Mon Sep 17 00:00:00 2001 From: shining-stars-lk <1031900093@qq.com> Date: Fri, 22 Jul 2022 16:06:26 +0800 Subject: [PATCH] Modifying WebAdapterAutoConfiguration --- .../starter/adapter/web/WebAdapterAutoConfiguration.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-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebAdapterAutoConfiguration.java b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebAdapterAutoConfiguration.java index 9891ef10..18a49bea 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebAdapterAutoConfiguration.java +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebAdapterAutoConfiguration.java @@ -33,7 +33,7 @@ import org.springframework.core.env.ConfigurableEnvironment; * Web adapter auto configuration. */ @Configuration -@Import({WebThreadPoolHandlerConfiguration.class}) +@Import({WebThreadPoolHandlerConfiguration.EmbeddedTomcat.class}) @RequiredArgsConstructor public class WebAdapterAutoConfiguration {