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
| {
| "groups": [
| {
| "name": "blade.scanner",
| "type": "com.qianwen.core.scanner.config.properties.ScannerProperties",
| "sourceType": "com.qianwen.core.scanner.config.ScannerAutoConfiguration",
| "sourceMethod": "scannerProperties()"
| }
| ],
| "properties": [
| {
| "name": "blade.scanner.app-code",
| "type": "java.lang.String",
| "description": "应用的编码",
| "sourceType": "com.qianwen.core.scanner.config.properties.ScannerProperties"
| },
| {
| "name": "blade.scanner.app-name",
| "type": "java.lang.String",
| "description": "被扫描应用的名称",
| "sourceType": "com.qianwen.core.scanner.config.properties.ScannerProperties"
| },
| {
| "name": "blade.scanner.link-symbol",
| "type": "java.lang.String",
| "description": "链接符号",
| "sourceType": "com.qianwen.core.scanner.config.properties.ScannerProperties",
| "defaultValue": "."
| },
| {
| "name": "blade.scanner.open",
| "type": "java.lang.Boolean",
| "description": "资源扫描开关",
| "sourceType": "com.qianwen.core.scanner.config.properties.ScannerProperties",
| "defaultValue": false
| },
| {
| "name": "blade.scanner.update-modules",
| "type": "java.util.List<java.lang.String>",
| "description": "需要强制更新API信息得模块版本",
| "sourceType": "com.qianwen.core.scanner.config.properties.ScannerProperties"
| }
| ],
| "hints": []
| }
|
|