Эх сурвалжийг харах

update 优化 删除无用配置

疯狂的狮子Li 1 жил өмнө
parent
commit
1997a607ba

+ 0 - 1
ruoyi-admin/src/main/resources/application-dev.yml

@@ -183,7 +183,6 @@ sms:
 
 --- # 三方授权
 justauth:
-  enabled: true
   # 前端外网访问地址
   address: http://localhost:80
   type:

+ 0 - 1
ruoyi-admin/src/main/resources/application-prod.yml

@@ -185,7 +185,6 @@ sms:
 
 --- # 三方授权
 justauth:
-  enabled: true
   # 前端外网访问地址
   address: http://localhost:80
   type:

+ 0 - 5
ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/properties/SocialProperties.java

@@ -16,11 +16,6 @@ import java.util.Map;
 @ConfigurationProperties(prefix = "justauth")
 public class SocialProperties {
 
-    /**
-     * 是否启用
-     */
-    private Boolean enabled;
-
     /**
      * 授权类型
      */