| 12345678910111213141516171819 |
- {
- "groups": [
- {
- "name": "jt.cache",
- "type": "com.jt.cloud.framework.redis.config.JtCacheProperties",
- "sourceType": "com.jt.cloud.framework.redis.config.JtCacheProperties"
- }
- ],
- "properties": [
- {
- "name": "jt.cache.redis-scan-batch-size",
- "type": "java.lang.Integer",
- "description": "redis scan 一次返回数量",
- "sourceType": "com.jt.cloud.framework.redis.config.JtCacheProperties",
- "defaultValue": 30
- }
- ],
- "hints": []
- }
|