spring-configuration-metadata.json
1.73 KB
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
{
"groups": [
{
"name": "license.verify",
"type": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
}
],
"properties": [
{
"name": "license.verify.exclude-path-patterns",
"type": "java.util.List<java.lang.String>",
"description": "需要跳过验证授权的接口",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
},
{
"name": "license.verify.license-path",
"type": "java.lang.String",
"description": "许可证文件路径",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
"defaultValue": "classpath:license.lic"
},
{
"name": "license.verify.password",
"type": "java.lang.String",
"description": "私钥库密码",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
"defaultValue": ""
},
{
"name": "license.verify.public-alias",
"type": "java.lang.String",
"description": "公钥别名",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
},
{
"name": "license.verify.public-keys-store-path",
"type": "java.lang.String",
"description": "公钥存储路径",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
"defaultValue": "\/publicCerts.keystore"
},
{
"name": "license.verify.subject",
"type": "java.lang.String",
"description": "主题",
"sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
"defaultValue": "软件许可证书"
}
],
"hints": []
}