spring-configuration-metadata.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "hints": []
  98. }