k94314517
2025-06-18 132e960ec3f5f6e1f27e26dbfb2718965ed4572b
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "groups": [
    {
      "name": "auth.jwt",
      "type": "com.doumee.config.jwt.JwtProperties",
      "sourceType": "com.doumee.config.jwt.JwtProperties"
    },
    {
      "name": "data-sync",
      "type": "com.doumee.config.DataSyncConfig",
      "sourceType": "com.doumee.config.DataSyncConfig"
    }
  ],
  "properties": [
    {
      "name": "auth.jwt.enabled",
      "type": "java.lang.Boolean",
      "sourceType": "com.doumee.config.jwt.JwtProperties"
    },
    {
      "name": "auth.jwt.expiration",
      "type": "java.lang.Long",
      "sourceType": "com.doumee.config.jwt.JwtProperties"
    },
    {
      "name": "auth.jwt.header",
      "type": "java.lang.String",
      "sourceType": "com.doumee.config.jwt.JwtProperties"
    },
    {
      "name": "auth.jwt.pwd-param-name",
      "type": "java.lang.String",
      "sourceType": "com.doumee.config.jwt.JwtProperties",
      "defaultValue": "password"
    },
    {
      "name": "auth.jwt.secret",
      "type": "java.lang.String",
      "sourceType": "com.doumee.config.jwt.JwtProperties"
    },
    {
      "name": "auth.jwt.use-default-controller",
      "type": "java.lang.Boolean",
      "sourceType": "com.doumee.config.jwt.JwtProperties",
      "defaultValue": false
    },
    {
      "name": "auth.jwt.user-param-name",
      "type": "java.lang.String",
      "sourceType": "com.doumee.config.jwt.JwtProperties",
      "defaultValue": "username"
    },
    {
      "name": "data-sync.need-deal-img",
      "type": "java.lang.Boolean",
      "sourceType": "com.doumee.config.DataSyncConfig"
    },
    {
      "name": "data-sync.org-user-data-origin",
      "type": "java.lang.Integer",
      "sourceType": "com.doumee.config.DataSyncConfig"
    },
    {
      "name": "data-sync.visitor-data-origin",
      "type": "java.lang.Integer",
      "sourceType": "com.doumee.config.DataSyncConfig"
    }
  ],
  "hints": []
}