From ecf7ebad5368016186b2082da537ead6bbfef8f1 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 24 一月 2025 11:30:46 +0800
Subject: [PATCH] update snailjob 升级 1.3.0 正式版 update warmflow 升级 1.6.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