From 21930ac7f0e92622c9ecbb97524edf7a2ea422e7 Mon Sep 17 00:00:00 2001 From: shining-stars-lk <1031900093@qq.com> Date: Fri, 22 Jul 2022 11:04:18 +0800 Subject: [PATCH] add WebThreadPoolHandlerConfiguration --- .../adapter/web/WebThreadPoolHandlerConfiguration.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebThreadPoolHandlerConfiguration.java 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/WebThreadPoolHandlerConfiguration.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/WebThreadPoolHandlerConfiguration.java new file mode 100644 index 00000000..c5743e55 --- /dev/null +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/src/main/java/cn/hippo4j/springboot/starter/adapter/web/WebThreadPoolHandlerConfiguration.java @@ -0,0 +1,7 @@ +package cn.hippo4j.springboot.starter.adapter.web; + +/** + * Web Thread Pool Handler Configuration + **/ +public class WebThreadPoolHandlerConfiguration { +}