spring-configuration-metadata.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "groups": [
  3. {
  4. "name": "water-electric",
  5. "type": "com.template.config.WaterElectricConfig",
  6. "sourceType": "com.template.config.WaterElectricConfig"
  7. },
  8. {
  9. "name": "weixiao",
  10. "type": "com.template.config.WeixiaoConfig",
  11. "sourceType": "com.template.config.WeixiaoConfig"
  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": "weixiao.app-key",
  53. "type": "java.lang.String",
  54. "sourceType": "com.template.config.WeixiaoConfig"
  55. },
  56. {
  57. "name": "weixiao.app-secret",
  58. "type": "java.lang.String",
  59. "sourceType": "com.template.config.WeixiaoConfig"
  60. },
  61. {
  62. "name": "weixiao.ocode",
  63. "type": "java.lang.String",
  64. "sourceType": "com.template.config.WeixiaoConfig"
  65. }
  66. ],
  67. "hints": []
  68. }