From 56798131b354efc78f2268f21304f9facf649652 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 23 二月 2024 10:33:33 +0800 Subject: [PATCH] update spring-boot 3.2.2 => 3.2.3 update spring-boot-admin 3.2.1 => 3.2.2 update hutool 5.8.24 => 5.8.26 update mapstruct-plus 1.3.5 => 1.3.6 --- ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java | 19 ++----------------- 1 files changed, 2 insertions(+), 17 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 4240eba..1487a6a 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; @@ -9,6 +8,7 @@ /** * Social 閰嶇疆灞炴�� + * * @author thiszhc */ @Data @@ -17,23 +17,8 @@ public class SocialProperties { /** - * 鏄惁鍚敤 - */ - private boolean enabled; - - /** * 鎺堟潈绫诲瀷 */ - private Map<String, ConfigProperties> type; - - /** - * 鎺堟潈杩囨湡鏃堕棿 - */ - private long timeout; - - /** - * 鎺堟潈缂撳瓨閰嶇疆 - */ - private CacheProperties cache = new CacheProperties(); + private Map<String, SocialLoginConfigProperties> type; } -- Gitblit v1.9.3