spring-configuration-metadata.json
913 Bytes
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": "lego",
"type": "com.lego.common.config.LegoConfig",
"sourceType": "com.lego.common.config.LegoConfig"
}
],
"properties": [
{
"name": "lego.cache-lazy",
"type": "java.lang.Boolean",
"description": "缓存懒加载",
"sourceType": "com.lego.common.config.LegoConfig",
"defaultValue": false
},
{
"name": "lego.copyright-year",
"type": "java.lang.String",
"description": "版权年份",
"sourceType": "com.lego.common.config.LegoConfig"
},
{
"name": "lego.name",
"type": "java.lang.String",
"description": "项目名称",
"sourceType": "com.lego.common.config.LegoConfig"
},
{
"name": "lego.version",
"type": "java.lang.String",
"description": "版本",
"sourceType": "com.lego.common.config.LegoConfig"
}
],
"hints": []
}