spring-configuration-metadata.json 466 B

123456789101112131415161718
  1. {
  2. "groups": [
  3. {
  4. "name": "tz.cache",
  5. "type": "cn.start.tz.framework.redis.config.TzCacheProperties",
  6. "sourceType": "cn.start.tz.framework.redis.config.TzCacheProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "tz.cache.redis-scan-batch-size",
  12. "type": "java.lang.Integer",
  13. "description": "redis scan 一次返回数量",
  14. "sourceType": "cn.start.tz.framework.redis.config.TzCacheProperties"
  15. }
  16. ],
  17. "hints": []
  18. }