From 48cb0a1bb1d3cb3f23a31adcf83173365c86f4f4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 06 七月 2022 16:13:42 +0800 Subject: [PATCH] update 更新过时配置 WebSecurityConfigurerAdapter 改为 bean 注入 --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java index eae9e3f..cd320eb 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RedissonProperties.java @@ -4,7 +4,6 @@ import lombok.NoArgsConstructor; import org.redisson.config.ReadMode; import org.redisson.config.SubscriptionMode; -import org.redisson.config.TransportMode; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @@ -29,11 +28,6 @@ * Netty绾跨▼姹犳暟閲�,榛樿鍊� = 褰撳墠澶勭悊鏍告暟閲� * 2 */ private int nettyThreads; - - /** - * 浼犺緭妯″紡 - */ - private TransportMode transportMode; /** * 鍗曟満鏈嶅姟閰嶇疆 @@ -80,16 +74,6 @@ private int timeout; /** - * 濡傛灉灏濊瘯鍦ㄦ闄愬埗涔嬪唴鍙戦�佹垚鍔燂紝鍒欏紑濮嬪惎鐢� timeout 璁℃椂銆� - */ - private int retryAttempts; - - /** - * 鍛戒护閲嶈瘯鍙戦�佹椂闂撮棿闅旓紝鍗曚綅锛氭绉� - */ - private int retryInterval; - - /** * 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬 */ private int subscriptionConnectionPoolSize; @@ -131,24 +115,9 @@ private int idleConnectionTimeout; /** - * ping瓒呮椂 - */ - private int pingConnectionInterval; - - /** * 鍛戒护绛夊緟瓒呮椂锛屽崟浣嶏細姣 */ private int timeout; - - /** - * 濡傛灉灏濊瘯鍦ㄦ闄愬埗涔嬪唴鍙戦�佹垚鍔燂紝鍒欏紑濮嬪惎鐢� timeout 璁℃椂銆� - */ - private int retryAttempts; - - /** - * 鍛戒护閲嶈瘯鍙戦�佹椂闂撮棿闅旓紝鍗曚綅锛氭绉� - */ - private int retryInterval; /** * 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬 -- Gitblit v1.9.3