spring-configuration-metadata.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. {
  2. "groups": [
  3. {
  4. "name": "bohai.api",
  5. "type": "com.ydtech.config.properties.BohaiApiConfigurationProperties",
  6. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  7. },
  8. {
  9. "name": "dajia.api",
  10. "type": "com.ydtech.config.properties.DaJiaApiConfigurationProperties",
  11. "sourceType": "com.ydtech.config.properties.DaJiaApiConfigurationProperties"
  12. },
  13. {
  14. "name": "guoren.api",
  15. "type": "com.ydtech.config.properties.GuorenApiConfigurationProperties",
  16. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  17. },
  18. {
  19. "name": "huatai.api",
  20. "type": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties",
  21. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  22. },
  23. {
  24. "name": "master.password",
  25. "type": "com.ydtech.config.MasterPasswordConfig",
  26. "sourceType": "com.ydtech.config.MasterPasswordConfig"
  27. },
  28. {
  29. "name": "pingan.api",
  30. "type": "com.ydtech.config.properties.PingAnApiConfigurationProperties",
  31. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  32. },
  33. {
  34. "name": "spring.datasource.druid",
  35. "type": "javax.sql.DataSource",
  36. "sourceType": "com.ydtech.config.DruidConfig",
  37. "sourceMethod": "druidDataSource()"
  38. },
  39. {
  40. "name": "unionpay.api",
  41. "type": "com.ydtech.config.properties.UnionPayApiConfigurationProperties",
  42. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  43. },
  44. {
  45. "name": "wechat.open",
  46. "type": "com.ydtech.config.properties.WechatOpenProperties",
  47. "sourceType": "com.ydtech.config.properties.WechatOpenProperties"
  48. },
  49. {
  50. "name": "yc.api",
  51. "type": "com.ydtech.config.properties.YongchengApiConfigurationProperties",
  52. "sourceType": "com.ydtech.config.properties.YongchengApiConfigurationProperties"
  53. },
  54. {
  55. "name": "zhongmei.api",
  56. "type": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties",
  57. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  58. },
  59. {
  60. "name": "zijin.api",
  61. "type": "com.ydtech.config.properties.ZijinApiConfigurationProperties",
  62. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  63. }
  64. ],
  65. "properties": [
  66. {
  67. "name": "bohai.api.bo-hai-public-key",
  68. "type": "java.lang.String",
  69. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  70. },
  71. {
  72. "name": "bohai.api.insurer-code",
  73. "type": "java.lang.String",
  74. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  75. },
  76. {
  77. "name": "bohai.api.self-private-key",
  78. "type": "java.lang.String",
  79. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  80. },
  81. {
  82. "name": "bohai.api.self-public-key",
  83. "type": "java.lang.String",
  84. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  85. },
  86. {
  87. "name": "bohai.api.url",
  88. "type": "java.lang.String",
  89. "sourceType": "com.ydtech.config.properties.BohaiApiConfigurationProperties"
  90. },
  91. {
  92. "name": "dajia.api.url",
  93. "type": "java.lang.String",
  94. "sourceType": "com.ydtech.config.properties.DaJiaApiConfigurationProperties"
  95. },
  96. {
  97. "name": "guoren.api.base-url",
  98. "type": "java.lang.String",
  99. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  100. },
  101. {
  102. "name": "guoren.api.channel-code",
  103. "type": "java.lang.String",
  104. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  105. },
  106. {
  107. "name": "guoren.api.iftest",
  108. "type": "java.lang.String",
  109. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  110. },
  111. {
  112. "name": "guoren.api.interface-pwd",
  113. "type": "java.lang.String",
  114. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  115. },
  116. {
  117. "name": "guoren.api.interface-user-code",
  118. "type": "java.lang.String",
  119. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  120. },
  121. {
  122. "name": "guoren.api.policy-flag-url",
  123. "type": "java.lang.String",
  124. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  125. },
  126. {
  127. "name": "guoren.api.policy-url",
  128. "type": "java.lang.String",
  129. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  130. },
  131. {
  132. "name": "guoren.api.redirect-url",
  133. "type": "java.lang.String",
  134. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  135. },
  136. {
  137. "name": "guoren.api.serve-code",
  138. "type": "java.lang.String",
  139. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  140. },
  141. {
  142. "name": "guoren.api.upload-url",
  143. "type": "java.lang.String",
  144. "sourceType": "com.ydtech.config.properties.GuorenApiConfigurationProperties"
  145. },
  146. {
  147. "name": "huatai.api.base-url",
  148. "type": "java.lang.String",
  149. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  150. },
  151. {
  152. "name": "huatai.api.hua-tai-key",
  153. "type": "java.lang.String",
  154. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  155. },
  156. {
  157. "name": "huatai.api.hua-tai-public-key",
  158. "type": "java.lang.String",
  159. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  160. },
  161. {
  162. "name": "huatai.api.key",
  163. "type": "java.lang.String",
  164. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  165. },
  166. {
  167. "name": "huatai.api.self-private-key",
  168. "type": "java.lang.String",
  169. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  170. },
  171. {
  172. "name": "huatai.api.self-public-key",
  173. "type": "java.lang.String",
  174. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  175. },
  176. {
  177. "name": "huatai.api.source-code",
  178. "type": "java.lang.String",
  179. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  180. },
  181. {
  182. "name": "huatai.api.token-url",
  183. "type": "java.lang.String",
  184. "sourceType": "com.ydtech.config.properties.HuaTaiApiConfigurationProperties"
  185. },
  186. {
  187. "name": "master.password.ciphertext",
  188. "type": "java.lang.String",
  189. "sourceType": "com.ydtech.config.MasterPasswordConfig"
  190. },
  191. {
  192. "name": "master.password.salt",
  193. "type": "java.lang.String",
  194. "sourceType": "com.ydtech.config.MasterPasswordConfig"
  195. },
  196. {
  197. "name": "pingan.api.access-url",
  198. "type": "java.lang.String",
  199. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  200. },
  201. {
  202. "name": "pingan.api.ak",
  203. "type": "java.lang.String",
  204. "description": "ak",
  205. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  206. },
  207. {
  208. "name": "pingan.api.bucket",
  209. "type": "java.lang.String",
  210. "description": "文件上传同名",
  211. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  212. },
  213. {
  214. "name": "pingan.api.client-id",
  215. "type": "java.lang.String",
  216. "description": "客户端id",
  217. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  218. },
  219. {
  220. "name": "pingan.api.client-secret",
  221. "type": "java.lang.String",
  222. "description": "客户端秘钥",
  223. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  224. },
  225. {
  226. "name": "pingan.api.host",
  227. "type": "java.lang.String",
  228. "description": "文件上传host",
  229. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  230. },
  231. {
  232. "name": "pingan.api.ping-an-public-key",
  233. "type": "java.lang.String",
  234. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  235. },
  236. {
  237. "name": "pingan.api.self-private-key",
  238. "type": "java.lang.String",
  239. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  240. },
  241. {
  242. "name": "pingan.api.self-public-key",
  243. "type": "java.lang.String",
  244. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  245. },
  246. {
  247. "name": "pingan.api.signature-url",
  248. "type": "java.lang.String",
  249. "description": "短信验证页面",
  250. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  251. },
  252. {
  253. "name": "pingan.api.sk",
  254. "type": "java.lang.String",
  255. "description": "sk",
  256. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  257. },
  258. {
  259. "name": "pingan.api.url",
  260. "type": "java.lang.String",
  261. "sourceType": "com.ydtech.config.properties.PingAnApiConfigurationProperties"
  262. },
  263. {
  264. "name": "unionpay.api.access-token-url",
  265. "type": "java.lang.String",
  266. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  267. },
  268. {
  269. "name": "unionpay.api.app-id",
  270. "type": "java.lang.String",
  271. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  272. },
  273. {
  274. "name": "unionpay.api.app-key",
  275. "type": "java.lang.String",
  276. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  277. },
  278. {
  279. "name": "unionpay.api.bank-card-verify-url",
  280. "type": "java.lang.String",
  281. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  282. },
  283. {
  284. "name": "unionpay.api.private-key",
  285. "type": "java.lang.String",
  286. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  287. },
  288. {
  289. "name": "unionpay.api.public-key",
  290. "type": "java.lang.String",
  291. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  292. },
  293. {
  294. "name": "unionpay.api.three-factor-verify-url",
  295. "type": "java.lang.String",
  296. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  297. },
  298. {
  299. "name": "unionpay.api.two-factor-verify-url",
  300. "type": "java.lang.String",
  301. "sourceType": "com.ydtech.config.properties.UnionPayApiConfigurationProperties"
  302. },
  303. {
  304. "name": "wechat.open.component-app-id",
  305. "type": "java.lang.String",
  306. "description": "设置微信三方平台的appid",
  307. "sourceType": "com.ydtech.config.properties.WechatOpenProperties"
  308. },
  309. {
  310. "name": "wechat.open.component-secret",
  311. "type": "java.lang.String",
  312. "description": "设置微信三方平台的app secret",
  313. "sourceType": "com.ydtech.config.properties.WechatOpenProperties"
  314. },
  315. {
  316. "name": "yc.api.pay-call-back",
  317. "type": "java.lang.String",
  318. "sourceType": "com.ydtech.config.properties.YongchengApiConfigurationProperties"
  319. },
  320. {
  321. "name": "yc.api.url",
  322. "type": "java.lang.String",
  323. "sourceType": "com.ydtech.config.properties.YongchengApiConfigurationProperties"
  324. },
  325. {
  326. "name": "zhongmei.api.callback-domain",
  327. "type": "java.lang.String",
  328. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  329. },
  330. {
  331. "name": "zhongmei.api.callback-url",
  332. "type": "java.lang.String",
  333. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  334. },
  335. {
  336. "name": "zhongmei.api.image-url",
  337. "type": "java.lang.String",
  338. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  339. },
  340. {
  341. "name": "zhongmei.api.page-url",
  342. "type": "java.lang.String",
  343. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  344. },
  345. {
  346. "name": "zhongmei.api.pass-msg-url",
  347. "type": "java.lang.String",
  348. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  349. },
  350. {
  351. "name": "zhongmei.api.session-key",
  352. "type": "java.lang.String",
  353. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  354. },
  355. {
  356. "name": "zhongmei.api.sms-url",
  357. "type": "java.lang.String",
  358. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  359. },
  360. {
  361. "name": "zhongmei.api.url",
  362. "type": "java.lang.String",
  363. "sourceType": "com.ydtech.config.properties.ZhongmeiApiConfigurationProperties"
  364. },
  365. {
  366. "name": "zijin.api.access-token-url",
  367. "type": "java.lang.String",
  368. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  369. },
  370. {
  371. "name": "zijin.api.down-load-document",
  372. "type": "java.lang.String",
  373. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  374. },
  375. {
  376. "name": "zijin.api.new-pay-url",
  377. "type": "java.lang.String",
  378. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  379. },
  380. {
  381. "name": "zijin.api.order-detail-url",
  382. "type": "java.lang.String",
  383. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  384. },
  385. {
  386. "name": "zijin.api.order-url",
  387. "type": "java.lang.String",
  388. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  389. },
  390. {
  391. "name": "zijin.api.pay-url",
  392. "type": "java.lang.String",
  393. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  394. },
  395. {
  396. "name": "zijin.api.url",
  397. "type": "java.lang.String",
  398. "sourceType": "com.ydtech.config.properties.ZijinApiConfigurationProperties"
  399. }
  400. ],
  401. "hints": []
  402. }