From b4f91a9bbdaa69e8fc16f48407e7ed56bdaa79b4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 02 一月 2024 13:10:13 +0800 Subject: [PATCH] add 增加 README 赞助商链接 --- ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java b/ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java index 273fe7b..1beb7d0 100644 --- a/ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java +++ b/ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java @@ -1,7 +1,6 @@ package org.dromara.common.social.config.properties; import lombok.Data; -import org.springframework.boot.autoconfigure.cache.CacheProperties; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @@ -20,21 +19,11 @@ /** * 鏄惁鍚敤 */ - private boolean enabled; + private Boolean enabled; /** * 鎺堟潈绫诲瀷 */ private Map<String, SocialLoginConfigProperties> type; - - /** - * 鎺堟潈杩囨湡鏃堕棿 - */ - private long timeout; - - /** - * 鎺堟潈缂撳瓨閰嶇疆 - */ - private CacheProperties cache = new CacheProperties(); } -- Gitblit v1.9.3