From cb61a84acbe4fd6b63fe51180c07b9e9fff787af Mon Sep 17 00:00:00 2001 From: zlyx <1242874891@qq.com> Date: 星期三, 19 十月 2022 09:06:20 +0800 Subject: [PATCH] fix 修正 SysConfig, SysOss 方法内部调用导致缓存不生效 bug ; --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java | 15 --------------- 1 files changed, 0 insertions(+), 15 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 08b6842..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 @@ -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