spring-configuration-metadata.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "groups": [
  3. {
  4. "name": "door-lock",
  5. "type": "com.chuanghai.ihotel.config.DoorLockConfig",
  6. "sourceType": "com.chuanghai.ihotel.config.DoorLockConfig"
  7. },
  8. {
  9. "name": "jxnxs",
  10. "type": "com.chuanghai.ihotel.config.JXNXSPayConfig",
  11. "sourceType": "com.chuanghai.ihotel.config.JXNXSPayConfig"
  12. },
  13. {
  14. "name": "pay",
  15. "type": "com.chuanghai.ihotel.config.PayConfig",
  16. "sourceType": "com.chuanghai.ihotel.config.PayConfig"
  17. },
  18. {
  19. "name": "water-electric",
  20. "type": "com.chuanghai.ihotel.config.WaterElectricConfig",
  21. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  22. },
  23. {
  24. "name": "weixiao",
  25. "type": "com.chuanghai.ihotel.config.WeixiaoConfig",
  26. "sourceType": "com.chuanghai.ihotel.config.WeixiaoConfig"
  27. }
  28. ],
  29. "properties": [
  30. {
  31. "name": "door-lock.app-id",
  32. "type": "java.lang.String",
  33. "sourceType": "com.chuanghai.ihotel.config.DoorLockConfig"
  34. },
  35. {
  36. "name": "door-lock.app-secret",
  37. "type": "java.lang.String",
  38. "sourceType": "com.chuanghai.ihotel.config.DoorLockConfig"
  39. },
  40. {
  41. "name": "door-lock.category-id",
  42. "type": "java.lang.String",
  43. "sourceType": "com.chuanghai.ihotel.config.DoorLockConfig"
  44. },
  45. {
  46. "name": "door-lock.service-host",
  47. "type": "java.lang.String",
  48. "sourceType": "com.chuanghai.ihotel.config.DoorLockConfig"
  49. },
  50. {
  51. "name": "jxnxs.notify-url",
  52. "type": "java.lang.String",
  53. "sourceType": "com.chuanghai.ihotel.config.JXNXSPayConfig"
  54. },
  55. {
  56. "name": "jxnxs.open-id",
  57. "type": "java.lang.String",
  58. "sourceType": "com.chuanghai.ihotel.config.JXNXSPayConfig"
  59. },
  60. {
  61. "name": "jxnxs.open-key",
  62. "type": "java.lang.String",
  63. "sourceType": "com.chuanghai.ihotel.config.JXNXSPayConfig"
  64. },
  65. {
  66. "name": "jxnxs.pay-url",
  67. "type": "java.lang.String",
  68. "sourceType": "com.chuanghai.ihotel.config.JXNXSPayConfig"
  69. },
  70. {
  71. "name": "pay.api-key",
  72. "type": "java.lang.String",
  73. "sourceType": "com.chuanghai.ihotel.config.PayConfig"
  74. },
  75. {
  76. "name": "pay.appid",
  77. "type": "java.lang.String",
  78. "sourceType": "com.chuanghai.ihotel.config.PayConfig"
  79. },
  80. {
  81. "name": "pay.mch-id",
  82. "type": "java.lang.String",
  83. "sourceType": "com.chuanghai.ihotel.config.PayConfig"
  84. },
  85. {
  86. "name": "water-electric.data-secret",
  87. "type": "java.lang.String",
  88. "description": "运营商数据秘钥",
  89. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  90. },
  91. {
  92. "name": "water-electric.data-secret-iv",
  93. "type": "java.lang.String",
  94. "description": "数据秘钥初始化向量",
  95. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  96. },
  97. {
  98. "name": "water-electric.operator-id",
  99. "type": "java.lang.String",
  100. "description": "运营商标识",
  101. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  102. },
  103. {
  104. "name": "water-electric.operator-secret",
  105. "type": "java.lang.String",
  106. "description": "运营商秘钥",
  107. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  108. },
  109. {
  110. "name": "water-electric.service-host",
  111. "type": "java.lang.String",
  112. "description": "服务地址",
  113. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  114. },
  115. {
  116. "name": "water-electric.sign-key",
  117. "type": "java.lang.String",
  118. "description": "签名秘钥",
  119. "sourceType": "com.chuanghai.ihotel.config.WaterElectricConfig"
  120. },
  121. {
  122. "name": "weixiao.app-key",
  123. "type": "java.lang.String",
  124. "sourceType": "com.chuanghai.ihotel.config.WeixiaoConfig"
  125. },
  126. {
  127. "name": "weixiao.app-secret",
  128. "type": "java.lang.String",
  129. "sourceType": "com.chuanghai.ihotel.config.WeixiaoConfig"
  130. },
  131. {
  132. "name": "weixiao.ocode",
  133. "type": "java.lang.String",
  134. "sourceType": "com.chuanghai.ihotel.config.WeixiaoConfig"
  135. }
  136. ],
  137. "hints": []
  138. }