spring-configuration-metadata.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "groups": [
  3. {
  4. "name": "water-electric",
  5. "type": "com.template.config.WaterElectricConfig",
  6. "sourceType": "com.template.config.WaterElectricConfig"
  7. },
  8. {
  9. "name": "wechat.pay.v3",
  10. "type": "com.template.config.WxPayV3Config",
  11. "sourceType": "com.template.config.WxPayV3Config"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "water-electric.data-secret",
  17. "type": "java.lang.String",
  18. "description": "运营商数据秘钥",
  19. "sourceType": "com.template.config.WaterElectricConfig"
  20. },
  21. {
  22. "name": "water-electric.data-secret-iv",
  23. "type": "java.lang.String",
  24. "description": "数据秘钥初始化向量",
  25. "sourceType": "com.template.config.WaterElectricConfig"
  26. },
  27. {
  28. "name": "water-electric.operator-id",
  29. "type": "java.lang.String",
  30. "description": "运营商标识",
  31. "sourceType": "com.template.config.WaterElectricConfig"
  32. },
  33. {
  34. "name": "water-electric.operator-secret",
  35. "type": "java.lang.String",
  36. "description": "运营商秘钥",
  37. "sourceType": "com.template.config.WaterElectricConfig"
  38. },
  39. {
  40. "name": "water-electric.service-host",
  41. "type": "java.lang.String",
  42. "description": "服务地址",
  43. "sourceType": "com.template.config.WaterElectricConfig"
  44. },
  45. {
  46. "name": "water-electric.sign-key",
  47. "type": "java.lang.String",
  48. "description": "签名秘钥",
  49. "sourceType": "com.template.config.WaterElectricConfig"
  50. },
  51. {
  52. "name": "wechat.pay.v3.api-key",
  53. "type": "java.lang.String",
  54. "sourceType": "com.template.config.WxPayV3Config"
  55. },
  56. {
  57. "name": "wechat.pay.v3.api-key3",
  58. "type": "java.lang.String",
  59. "sourceType": "com.template.config.WxPayV3Config"
  60. },
  61. {
  62. "name": "wechat.pay.v3.app-id",
  63. "type": "java.lang.String",
  64. "sourceType": "com.template.config.WxPayV3Config"
  65. },
  66. {
  67. "name": "wechat.pay.v3.cert-p12-path",
  68. "type": "java.lang.String",
  69. "sourceType": "com.template.config.WxPayV3Config"
  70. },
  71. {
  72. "name": "wechat.pay.v3.cert-path",
  73. "type": "java.lang.String",
  74. "sourceType": "com.template.config.WxPayV3Config"
  75. },
  76. {
  77. "name": "wechat.pay.v3.domain",
  78. "type": "java.lang.String",
  79. "sourceType": "com.template.config.WxPayV3Config"
  80. },
  81. {
  82. "name": "wechat.pay.v3.key-path",
  83. "type": "java.lang.String",
  84. "sourceType": "com.template.config.WxPayV3Config"
  85. },
  86. {
  87. "name": "wechat.pay.v3.mch-id",
  88. "type": "java.lang.String",
  89. "sourceType": "com.template.config.WxPayV3Config"
  90. },
  91. {
  92. "name": "wechat.pay.v3.platform-cert-path",
  93. "type": "java.lang.String",
  94. "sourceType": "com.template.config.WxPayV3Config"
  95. },
  96. {
  97. "name": "wechat.pay.v3.secret",
  98. "type": "java.lang.String",
  99. "sourceType": "com.template.config.WxPayV3Config"
  100. },
  101. {
  102. "name": "wechat.pay.v3.serial-num",
  103. "type": "java.lang.String",
  104. "sourceType": "com.template.config.WxPayV3Config"
  105. }
  106. ],
  107. "hints": []
  108. }