spring-configuration-metadata.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "groups": [
  3. {
  4. "name": "push.common",
  5. "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
  6. "type": "cn.ubitech.ttc.config.properties.PushProperties"
  7. },
  8. {
  9. "name": "redis",
  10. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  11. "type": "cn.ubitech.ttc.common.JedisConfig"
  12. }
  13. ],
  14. "hints": [],
  15. "properties": [
  16. {
  17. "name": "push.common.dir",
  18. "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
  19. "type": "cn.ubitech.ttc.config.properties.Dir"
  20. },
  21. {
  22. "name": "push.common.url",
  23. "sourceType": "cn.ubitech.ttc.config.properties.PushProperties",
  24. "type": "cn.ubitech.ttc.config.properties.Url"
  25. },
  26. {
  27. "name": "redis.host",
  28. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  29. "type": "java.lang.String"
  30. },
  31. {
  32. "defaultValue": 0,
  33. "name": "redis.max-active",
  34. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  35. "type": "java.lang.Integer"
  36. },
  37. {
  38. "name": "redis.max-idle",
  39. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  40. "type": "java.lang.Integer"
  41. },
  42. {
  43. "name": "redis.max-total",
  44. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  45. "type": "java.lang.Integer"
  46. },
  47. {
  48. "name": "redis.max-wait-millis",
  49. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  50. "type": "java.lang.Long"
  51. },
  52. {
  53. "name": "redis.min-idle",
  54. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  55. "type": "java.lang.Integer"
  56. },
  57. {
  58. "name": "redis.password",
  59. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  60. "type": "java.lang.String"
  61. },
  62. {
  63. "defaultValue": 0,
  64. "name": "redis.port",
  65. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  66. "type": "java.lang.Integer"
  67. },
  68. {
  69. "defaultValue": false,
  70. "name": "redis.test-on-borrow",
  71. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  72. "type": "java.lang.Boolean"
  73. },
  74. {
  75. "defaultValue": false,
  76. "name": "redis.test-on-return",
  77. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  78. "type": "java.lang.Boolean"
  79. },
  80. {
  81. "defaultValue": false,
  82. "name": "redis.test-while-idle",
  83. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  84. "type": "java.lang.Boolean"
  85. },
  86. {
  87. "defaultValue": 0,
  88. "name": "redis.timeout",
  89. "sourceType": "cn.ubitech.ttc.common.JedisConfig",
  90. "type": "java.lang.Integer"
  91. }
  92. ]
  93. }