From 357f3a07d77a9965e0553211ba70d1a71fae1cf0 Mon Sep 17 00:00:00 2001 From: Andrews Date: Mon, 4 Dec 2023 10:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E8=AE=B0=E5=BD=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/bx/imcommon/util/ThreadPoolExecutorFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/im-commom/src/main/java/com/bx/imcommon/util/ThreadPoolExecutorFactory.java b/im-commom/src/main/java/com/bx/imcommon/util/ThreadPoolExecutorFactory.java index 0dae722..d07e0f4 100644 --- a/im-commom/src/main/java/com/bx/imcommon/util/ThreadPoolExecutorFactory.java +++ b/im-commom/src/main/java/com/bx/imcommon/util/ThreadPoolExecutorFactory.java @@ -11,6 +11,7 @@ import java.util.concurrent.TimeUnit; * @author Andrews * @date 2023/11/30 11:12 */ +@Slf4j public final class ThreadPoolExecutorFactory { /** * 机器的CPU核数:Runtime.getRuntime().availableProcessors()