xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
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
{
  "groups": [
    {
      "name": "dl",
      "type": "com.dl.common.config.DLConfig",
      "sourceType": "com.dl.common.config.DLConfig"
    }
  ],
  "properties": [
    {
      "name": "dl.address-enabled",
      "type": "java.lang.Boolean",
      "description": "获取地址开关",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.cache-lazy",
      "type": "java.lang.Boolean",
      "description": "缓存懒加载",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.captcha-type",
      "type": "java.lang.String",
      "description": "验证码类型",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.copyright-year",
      "type": "java.lang.String",
      "description": "版权年份",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.demo-enabled",
      "type": "java.lang.Boolean",
      "description": "实例演示开关",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.name",
      "type": "java.lang.String",
      "description": "项目名称",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.profile",
      "type": "java.lang.String",
      "description": "上传路径",
      "sourceType": "com.dl.common.config.DLConfig"
    },
    {
      "name": "dl.version",
      "type": "java.lang.String",
      "description": "版本",
      "sourceType": "com.dl.common.config.DLConfig"
    }
  ],
  "hints": []
}