From f6f3db1701d0f15da82a76e53fa92675b8ed635d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 28 十二月 2022 16:26:18 +0800 Subject: [PATCH] update hutool 5.8.10 => 5.8.11 update aws-s3 1.12.349 => 1.12.373 update aliyun-sms 2.0.22 => 2.0.23 update tencent-sms 3.1.635 => 3.1.660 --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java index 68cb093..fe06733 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java @@ -5,7 +5,7 @@ import org.springframework.stereotype.Component; /** - * 楠岃瘉鐮� 閰嶇疆灞炴�� + * 绾跨▼姹� 閰嶇疆灞炴�� * * @author Lion Li */ @@ -20,16 +20,6 @@ private boolean enabled; /** - * 鏍稿績绾跨▼姹犲ぇ灏� - */ - private int corePoolSize; - - /** - * 鏈�澶у彲鍒涘缓鐨勭嚎绋嬫暟 - */ - private int maxPoolSize; - - /** * 闃熷垪鏈�澶ч暱搴� */ private int queueCapacity; @@ -38,10 +28,5 @@ * 绾跨▼姹犵淮鎶ょ嚎绋嬫墍鍏佽鐨勭┖闂叉椂闂� */ private int keepAliveSeconds; - - /** - * 绾跨▼姹犲鎷掔粷浠诲姟(鏃犵嚎绋嬪彲鐢�)鐨勫鐞嗙瓥鐣� - */ - private String rejectedExecutionHandler; } -- Gitblit v1.9.3