yangys
2024-03-29 4b479381a65bd3ef526cb92631d3550f2aa17459
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "groups": [
    {
      "name": "social",
      "type": "com.qianwen.core.social.props.SocialProperties",
      "sourceType": "com.qianwen.core.social.props.SocialProperties"
    }
  ],
  "properties": [
    {
      "name": "social.alias",
      "type": "java.util.Map<java.lang.String,java.lang.String>",
      "description": "别名",
      "sourceType": "com.qianwen.core.social.props.SocialProperties"
    },
    {
      "name": "social.domain",
      "type": "java.lang.String",
      "description": "域名地址",
      "sourceType": "com.qianwen.core.social.props.SocialProperties"
    },
    {
      "name": "social.enabled",
      "type": "java.lang.Boolean",
      "description": "启用",
      "sourceType": "com.qianwen.core.social.props.SocialProperties",
      "defaultValue": false
    },
    {
      "name": "social.oauth",
      "type": "java.util.Map<java.lang.String,me.zhyd.oauth.config.AuthConfig>",
      "description": "类型 BladeAuthSource AuthDefaultSource",
      "sourceType": "com.qianwen.core.social.props.SocialProperties"
    }
  ],
  "hints": []
}