1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "groups": [
- {
- "name": "redisson",
- "type": "com.liang.common.config.redisson.RedissonProperties",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
- }
- ],
- "properties": [
- {
- "name": "redisson.address",
- "type": "java.lang.String",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
- },
- {
- "name": "redisson.connection-minimum-idle-size",
- "type": "java.lang.Integer",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
- "defaultValue": 10
- },
- {
- "name": "redisson.connection-pool-size",
- "type": "java.lang.Integer",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
- "defaultValue": 64
- },
- {
- "name": "redisson.master-connection-pool-size",
- "type": "java.lang.Integer",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
- "defaultValue": 250
- },
- {
- "name": "redisson.master-name",
- "type": "java.lang.String",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
- },
- {
- "name": "redisson.password",
- "type": "java.lang.String",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
- },
- {
- "name": "redisson.sentinel-addresses",
- "type": "java.lang.String[]",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties"
- },
- {
- "name": "redisson.slave-connection-pool-size",
- "type": "java.lang.Integer",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
- "defaultValue": 250
- },
- {
- "name": "redisson.timeout",
- "type": "java.lang.Integer",
- "sourceType": "com.liang.common.config.redisson.RedissonProperties",
- "defaultValue": 3000
- }
- ],
- "hints": []
- }
|