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 480bc432..87ea6a9b 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,8 @@ import org.springframework.core.env.ConfigurableEnvironment; * Web adapter auto configuration. */ @Configuration -@Import({WebThreadPoolHandlerConfiguration.EmbeddedTomcat.class}) +@Import({WebThreadPoolHandlerConfiguration.EmbeddedTomcat.class, + WebThreadPoolHandlerConfiguration.EmbeddedJetty.class}) @RequiredArgsConstructor public class WebAdapterAutoConfiguration {