spring-configuration-metadata.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. {
  2. "groups": [
  3. {
  4. "name": "cos",
  5. "type": "com.template.config.CosConfig",
  6. "sourceType": "com.template.config.CosConfig"
  7. },
  8. {
  9. "name": "openid",
  10. "type": "com.template.config.WxOpenidConfig",
  11. "sourceType": "com.template.config.WxOpenidConfig"
  12. },
  13. {
  14. "name": "smong",
  15. "type": "com.template.config.SmongConfig",
  16. "sourceType": "com.template.config.SmongConfig"
  17. },
  18. {
  19. "name": "tencentcloud",
  20. "type": "com.template.config.smsConfig",
  21. "sourceType": "com.template.config.smsConfig"
  22. },
  23. {
  24. "name": "video",
  25. "type": "com.template.config.VideoConfig",
  26. "sourceType": "com.template.config.VideoConfig"
  27. }
  28. ],
  29. "properties": [
  30. {
  31. "name": "cos.bucket-name",
  32. "type": "java.lang.String",
  33. "description": "存储桶名称",
  34. "sourceType": "com.template.config.CosConfig"
  35. },
  36. {
  37. "name": "cos.path",
  38. "type": "java.lang.String",
  39. "description": "存储桶访问路径",
  40. "sourceType": "com.template.config.CosConfig"
  41. },
  42. {
  43. "name": "cos.region",
  44. "type": "java.lang.String",
  45. "description": "存储桶地区",
  46. "sourceType": "com.template.config.CosConfig"
  47. },
  48. {
  49. "name": "cos.secret-id",
  50. "type": "java.lang.String",
  51. "description": "腾讯云账号秘钥",
  52. "sourceType": "com.template.config.CosConfig"
  53. },
  54. {
  55. "name": "cos.secret-key",
  56. "type": "java.lang.String",
  57. "description": "密码秘钥",
  58. "sourceType": "com.template.config.CosConfig"
  59. },
  60. {
  61. "name": "openid.appid",
  62. "type": "java.lang.String",
  63. "sourceType": "com.template.config.WxOpenidConfig"
  64. },
  65. {
  66. "name": "openid.appkey",
  67. "type": "java.lang.String",
  68. "sourceType": "com.template.config.WxOpenidConfig"
  69. },
  70. {
  71. "name": "openid.granttype",
  72. "type": "java.lang.String",
  73. "sourceType": "com.template.config.WxOpenidConfig"
  74. },
  75. {
  76. "name": "openid.ip",
  77. "type": "java.lang.String",
  78. "sourceType": "com.template.config.WxOpenidConfig"
  79. },
  80. {
  81. "name": "openid.ipconfig",
  82. "type": "java.lang.String",
  83. "sourceType": "com.template.config.WxOpenidConfig"
  84. },
  85. {
  86. "name": "openid.ocode",
  87. "type": "java.lang.String",
  88. "sourceType": "com.template.config.WxOpenidConfig"
  89. },
  90. {
  91. "name": "openid.return-url",
  92. "type": "java.lang.String",
  93. "sourceType": "com.template.config.WxOpenidConfig"
  94. },
  95. {
  96. "name": "openid.shappid",
  97. "type": "java.lang.String",
  98. "sourceType": "com.template.config.WxOpenidConfig"
  99. },
  100. {
  101. "name": "openid.shsecret",
  102. "type": "java.lang.String",
  103. "sourceType": "com.template.config.WxOpenidConfig"
  104. },
  105. {
  106. "name": "openid.xappid",
  107. "type": "java.lang.String",
  108. "sourceType": "com.template.config.WxOpenidConfig"
  109. },
  110. {
  111. "name": "openid.xsecret",
  112. "type": "java.lang.String",
  113. "sourceType": "com.template.config.WxOpenidConfig"
  114. },
  115. {
  116. "name": "smong.app-key",
  117. "type": "java.lang.String",
  118. "sourceType": "com.template.config.SmongConfig"
  119. },
  120. {
  121. "name": "smong.app-secret",
  122. "type": "java.lang.String",
  123. "sourceType": "com.template.config.SmongConfig"
  124. },
  125. {
  126. "name": "smong.master-key",
  127. "type": "java.lang.String",
  128. "sourceType": "com.template.config.SmongConfig"
  129. },
  130. {
  131. "name": "smong.product-id",
  132. "type": "java.lang.String",
  133. "sourceType": "com.template.config.SmongConfig"
  134. },
  135. {
  136. "name": "tencentcloud.sdk-appid",
  137. "type": "java.lang.String",
  138. "sourceType": "com.template.config.smsConfig"
  139. },
  140. {
  141. "name": "tencentcloud.secret-i-d",
  142. "type": "java.lang.String",
  143. "sourceType": "com.template.config.smsConfig"
  144. },
  145. {
  146. "name": "tencentcloud.secret-key",
  147. "type": "java.lang.String",
  148. "sourceType": "com.template.config.smsConfig"
  149. },
  150. {
  151. "name": "tencentcloud.sign-name",
  152. "type": "java.lang.String",
  153. "sourceType": "com.template.config.smsConfig"
  154. },
  155. {
  156. "name": "tencentcloud.sms-min",
  157. "type": "java.lang.String",
  158. "sourceType": "com.template.config.smsConfig"
  159. },
  160. {
  161. "name": "tencentcloud.template-id",
  162. "type": "java.lang.String",
  163. "sourceType": "com.template.config.smsConfig"
  164. },
  165. {
  166. "name": "video.add-device",
  167. "type": "java.lang.String",
  168. "sourceType": "com.template.config.VideoConfig"
  169. },
  170. {
  171. "name": "video.app-key",
  172. "type": "java.lang.String",
  173. "sourceType": "com.template.config.VideoConfig"
  174. },
  175. {
  176. "name": "video.delete-device",
  177. "type": "java.lang.String",
  178. "sourceType": "com.template.config.VideoConfig"
  179. },
  180. {
  181. "name": "video.get-device",
  182. "type": "java.lang.String",
  183. "sourceType": "com.template.config.VideoConfig"
  184. },
  185. {
  186. "name": "video.info-device",
  187. "type": "java.lang.String",
  188. "sourceType": "com.template.config.VideoConfig"
  189. },
  190. {
  191. "name": "video.secret",
  192. "type": "java.lang.String",
  193. "sourceType": "com.template.config.VideoConfig"
  194. },
  195. {
  196. "name": "video.update-device",
  197. "type": "java.lang.String",
  198. "sourceType": "com.template.config.VideoConfig"
  199. }
  200. ],
  201. "hints": []
  202. }