123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "groups": [
- {
- "name": "push.common",
- "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
- "type": "cn.ubitech.ttc.config.properties.PushProperties"
- },
- {
- "name": "redis",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "cn.ubitech.ttc.common.JedisConfig"
- }
- ],
- "hints": [],
- "properties": [
- {
- "name": "push.common.dir",
- "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
- "type": "cn.ubitech.ttc.config.properties.Dir"
- },
- {
- "name": "push.common.url",
- "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
- "type": "cn.ubitech.ttc.config.properties.Url"
- },
- {
- "name": "redis.host",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.String"
- },
- {
- "defaultValue": 0,
- "name": "redis.max-active",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- },
- {
- "name": "redis.max-idle",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- },
- {
- "name": "redis.max-total",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- },
- {
- "name": "redis.max-wait-millis",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Long"
- },
- {
- "name": "redis.min-idle",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- },
- {
- "name": "redis.password",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.String"
- },
- {
- "defaultValue": 0,
- "name": "redis.port",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- },
- {
- "defaultValue": false,
- "name": "redis.test-on-borrow",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Boolean"
- },
- {
- "defaultValue": false,
- "name": "redis.test-on-return",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Boolean"
- },
- {
- "defaultValue": false,
- "name": "redis.test-while-idle",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Boolean"
- },
- {
- "defaultValue": 0,
- "name": "redis.timeout",
- "sourceType": "cn.ubitech.ttc.common.JedisConfig",
- "type": "java.lang.Integer"
- }
- ]
- }
|