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
| {
| "groups": [
| {
| "name": "kidgrow.rest-template",
| "type": "com.kidgrow.ribbon.config.RestTemplateProperties",
| "sourceType": "com.kidgrow.ribbon.config.RestTemplateProperties"
| }
| ],
| "properties": [
| {
| "name": "kidgrow.rest-template.connect-timeout",
| "type": "java.lang.Integer",
| "description": "链接超时时间 ms",
| "sourceType": "com.kidgrow.ribbon.config.RestTemplateProperties",
| "defaultValue": 10000
| },
| {
| "name": "kidgrow.rest-template.max-per-route",
| "type": "java.lang.Integer",
| "description": "同路由最大并发数",
| "sourceType": "com.kidgrow.ribbon.config.RestTemplateProperties",
| "defaultValue": 50
| },
| {
| "name": "kidgrow.rest-template.max-total",
| "type": "java.lang.Integer",
| "description": "最大链接数",
| "sourceType": "com.kidgrow.ribbon.config.RestTemplateProperties",
| "defaultValue": 200
| },
| {
| "name": "kidgrow.rest-template.read-timeout",
| "type": "java.lang.Integer",
| "description": "读取超时时间 ms",
| "sourceType": "com.kidgrow.ribbon.config.RestTemplateProperties",
| "defaultValue": 35000
| }
| ],
| "hints": []
| }
|
|