|
@@ -1,62 +0,0 @@
|
1
|
|
-{
|
2
|
|
- "groups": [
|
3
|
|
- {
|
4
|
|
- "name": "redisson",
|
5
|
|
- "type": "com.liang.common.config.redisson.RedissonProperties",
|
6
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
|
7
|
|
- }
|
8
|
|
- ],
|
9
|
|
- "properties": [
|
10
|
|
- {
|
11
|
|
- "name": "redisson.address",
|
12
|
|
- "type": "java.lang.String",
|
13
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
|
14
|
|
- },
|
15
|
|
- {
|
16
|
|
- "name": "redisson.connection-minimum-idle-size",
|
17
|
|
- "type": "java.lang.Integer",
|
18
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
|
19
|
|
- "defaultValue": 10
|
20
|
|
- },
|
21
|
|
- {
|
22
|
|
- "name": "redisson.connection-pool-size",
|
23
|
|
- "type": "java.lang.Integer",
|
24
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
|
25
|
|
- "defaultValue": 64
|
26
|
|
- },
|
27
|
|
- {
|
28
|
|
- "name": "redisson.master-connection-pool-size",
|
29
|
|
- "type": "java.lang.Integer",
|
30
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
|
31
|
|
- "defaultValue": 250
|
32
|
|
- },
|
33
|
|
- {
|
34
|
|
- "name": "redisson.master-name",
|
35
|
|
- "type": "java.lang.String",
|
36
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
|
37
|
|
- },
|
38
|
|
- {
|
39
|
|
- "name": "redisson.password",
|
40
|
|
- "type": "java.lang.String",
|
41
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
|
42
|
|
- },
|
43
|
|
- {
|
44
|
|
- "name": "redisson.sentinel-addresses",
|
45
|
|
- "type": "java.lang.String[]",
|
46
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
|
47
|
|
- },
|
48
|
|
- {
|
49
|
|
- "name": "redisson.slave-connection-pool-size",
|
50
|
|
- "type": "java.lang.Integer",
|
51
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
|
52
|
|
- "defaultValue": 250
|
53
|
|
- },
|
54
|
|
- {
|
55
|
|
- "name": "redisson.timeout",
|
56
|
|
- "type": "java.lang.Integer",
|
57
|
|
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
|
58
|
|
- "defaultValue": 3000
|
59
|
|
- }
|
60
|
|
- ],
|
61
|
|
- "hints": []
|
62
|
|
-}
|