spring-configuration-metadata.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. {
  2. "groups": [
  3. {
  4. "name": "aliwork",
  5. "type": "com.malk.server.aliwork.YDConf",
  6. "sourceType": "com.malk.server.aliwork.YDConf"
  7. },
  8. {
  9. "name": "corp",
  10. "type": "com.malk.server.common.McConf",
  11. "sourceType": "com.malk.server.common.McConf"
  12. },
  13. {
  14. "name": "dingtalk",
  15. "type": "com.malk.server.dingtalk.DDConf",
  16. "sourceType": "com.malk.server.dingtalk.DDConf"
  17. },
  18. {
  19. "name": "ekuaibao",
  20. "type": "com.malk.server.ekuaibao.EKBConf",
  21. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  22. },
  23. {
  24. "name": "file",
  25. "type": "com.malk.server.common.FilePath",
  26. "sourceType": "com.malk.server.common.FilePath"
  27. },
  28. {
  29. "name": "file.path",
  30. "type": "com.malk.server.common.FilePath$Path",
  31. "sourceType": "com.malk.server.common.FilePath"
  32. },
  33. {
  34. "name": "file.path",
  35. "type": "com.malk.server.common.FilePath$Path",
  36. "sourceType": "com.malk.server.common.FilePath$Path"
  37. },
  38. {
  39. "name": "file.path",
  40. "type": "com.malk.server.common.FilePath$Path",
  41. "sourceType": "com.malk.server.common.FilePath$Path"
  42. },
  43. {
  44. "name": "file.path",
  45. "type": "com.malk.server.common.FilePath$Path",
  46. "sourceType": "com.malk.server.common.FilePath$Path"
  47. },
  48. {
  49. "name": "file.path",
  50. "type": "com.malk.server.common.FilePath$Path",
  51. "sourceType": "com.malk.server.common.FilePath$Path"
  52. },
  53. {
  54. "name": "file.source",
  55. "type": "com.malk.server.common.FilePath$Source",
  56. "sourceType": "com.malk.server.common.FilePath"
  57. },
  58. {
  59. "name": "file.source",
  60. "type": "com.malk.server.common.FilePath$Source",
  61. "sourceType": "com.malk.server.common.FilePath$Source"
  62. },
  63. {
  64. "name": "file.source",
  65. "type": "com.malk.server.common.FilePath$Source",
  66. "sourceType": "com.malk.server.common.FilePath$Source"
  67. },
  68. {
  69. "name": "file.source",
  70. "type": "com.malk.server.common.FilePath$Source",
  71. "sourceType": "com.malk.server.common.FilePath$Source"
  72. },
  73. {
  74. "name": "file.source",
  75. "type": "com.malk.server.common.FilePath$Source",
  76. "sourceType": "com.malk.server.common.FilePath$Source"
  77. },
  78. {
  79. "name": "fxiaoke",
  80. "type": "com.malk.server.fxiaoke.FXKConf",
  81. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  82. },
  83. {
  84. "name": "spring.datasource.primary",
  85. "type": "javax.sql.DataSource",
  86. "sourceType": "com.malk.config.mutilSource.DataSourceConfig",
  87. "sourceMethod": "primaryDataSource()"
  88. },
  89. {
  90. "name": "spring.datasource.slave",
  91. "type": "javax.sql.DataSource",
  92. "sourceType": "com.malk.config.mutilSource.DataSourceConfig",
  93. "sourceMethod": "slaveDataSource()"
  94. },
  95. {
  96. "name": "tencent",
  97. "type": "com.malk.server.tencent.TXYConf",
  98. "sourceType": "com.malk.server.tencent.TXYConf"
  99. }
  100. ],
  101. "properties": [
  102. {
  103. "name": "aliwork.app-type",
  104. "type": "java.lang.String",
  105. "sourceType": "com.malk.server.aliwork.YDConf"
  106. },
  107. {
  108. "name": "aliwork.system-token",
  109. "type": "java.lang.String",
  110. "sourceType": "com.malk.server.aliwork.YDConf"
  111. },
  112. {
  113. "name": "corp.engineers",
  114. "type": "java.util.List<java.lang.String>",
  115. "sourceType": "com.malk.server.common.McConf"
  116. },
  117. {
  118. "name": "corp.page-size",
  119. "type": "java.lang.Integer",
  120. "description": "最大分页",
  121. "sourceType": "com.malk.server.common.McConf",
  122. "defaultValue": 100
  123. },
  124. {
  125. "name": "corp.time-await",
  126. "type": "java.lang.Integer",
  127. "sourceType": "com.malk.server.common.McConf",
  128. "defaultValue": 0
  129. },
  130. {
  131. "name": "corp.time-out",
  132. "type": "java.lang.Integer",
  133. "sourceType": "com.malk.server.common.McConf",
  134. "defaultValue": 0
  135. },
  136. {
  137. "name": "dingtalk.aes-key",
  138. "type": "java.lang.String",
  139. "sourceType": "com.malk.server.dingtalk.DDConf"
  140. },
  141. {
  142. "name": "dingtalk.agent-id",
  143. "type": "java.lang.String",
  144. "sourceType": "com.malk.server.dingtalk.DDConf"
  145. },
  146. {
  147. "name": "dingtalk.app-key",
  148. "type": "java.lang.String",
  149. "sourceType": "com.malk.server.dingtalk.DDConf"
  150. },
  151. {
  152. "name": "dingtalk.app-secret",
  153. "type": "java.lang.String",
  154. "sourceType": "com.malk.server.dingtalk.DDConf"
  155. },
  156. {
  157. "name": "dingtalk.corp-id",
  158. "type": "java.lang.String",
  159. "sourceType": "com.malk.server.dingtalk.DDConf"
  160. },
  161. {
  162. "name": "dingtalk.operator",
  163. "type": "java.lang.String",
  164. "sourceType": "com.malk.server.dingtalk.DDConf"
  165. },
  166. {
  167. "name": "dingtalk.token",
  168. "type": "java.lang.String",
  169. "sourceType": "com.malk.server.dingtalk.DDConf"
  170. },
  171. {
  172. "name": "ekuaibao.app-key",
  173. "type": "java.lang.String",
  174. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  175. },
  176. {
  177. "name": "ekuaibao.app-security",
  178. "type": "java.lang.String",
  179. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  180. },
  181. {
  182. "name": "ekuaibao.corp-id",
  183. "type": "java.lang.String",
  184. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  185. },
  186. {
  187. "name": "ekuaibao.platform-api",
  188. "type": "java.lang.String",
  189. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  190. },
  191. {
  192. "name": "ekuaibao.platform-url",
  193. "type": "java.lang.String",
  194. "description": "获取地址前缀",
  195. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  196. },
  197. {
  198. "name": "file.path.file",
  199. "type": "java.lang.String",
  200. "sourceType": "com.malk.server.common.FilePath$Path"
  201. },
  202. {
  203. "name": "file.path.file",
  204. "type": "java.lang.String",
  205. "sourceType": "com.malk.server.common.FilePath$Path"
  206. },
  207. {
  208. "name": "file.path.file",
  209. "type": "java.lang.String",
  210. "sourceType": "com.malk.server.common.FilePath$Path"
  211. },
  212. {
  213. "name": "file.path.file",
  214. "type": "java.lang.String",
  215. "sourceType": "com.malk.server.common.FilePath$Path"
  216. },
  217. {
  218. "name": "file.path.image",
  219. "type": "java.lang.String",
  220. "sourceType": "com.malk.server.common.FilePath$Path"
  221. },
  222. {
  223. "name": "file.path.image",
  224. "type": "java.lang.String",
  225. "sourceType": "com.malk.server.common.FilePath$Path"
  226. },
  227. {
  228. "name": "file.path.image",
  229. "type": "java.lang.String",
  230. "sourceType": "com.malk.server.common.FilePath$Path"
  231. },
  232. {
  233. "name": "file.path.image",
  234. "type": "java.lang.String",
  235. "sourceType": "com.malk.server.common.FilePath$Path"
  236. },
  237. {
  238. "name": "file.path.tmp",
  239. "type": "java.lang.String",
  240. "sourceType": "com.malk.server.common.FilePath$Path"
  241. },
  242. {
  243. "name": "file.path.tmp",
  244. "type": "java.lang.String",
  245. "sourceType": "com.malk.server.common.FilePath$Path"
  246. },
  247. {
  248. "name": "file.path.tmp",
  249. "type": "java.lang.String",
  250. "sourceType": "com.malk.server.common.FilePath$Path"
  251. },
  252. {
  253. "name": "file.path.tmp",
  254. "type": "java.lang.String",
  255. "sourceType": "com.malk.server.common.FilePath$Path"
  256. },
  257. {
  258. "name": "file.source.fonts",
  259. "type": "java.lang.String",
  260. "sourceType": "com.malk.server.common.FilePath$Source"
  261. },
  262. {
  263. "name": "file.source.fonts",
  264. "type": "java.lang.String",
  265. "sourceType": "com.malk.server.common.FilePath$Source"
  266. },
  267. {
  268. "name": "file.source.fonts",
  269. "type": "java.lang.String",
  270. "sourceType": "com.malk.server.common.FilePath$Source"
  271. },
  272. {
  273. "name": "file.source.fonts",
  274. "type": "java.lang.String",
  275. "sourceType": "com.malk.server.common.FilePath$Source"
  276. },
  277. {
  278. "name": "fxiaoke.app-id",
  279. "type": "java.lang.String",
  280. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  281. },
  282. {
  283. "name": "fxiaoke.app-secret",
  284. "type": "java.lang.String",
  285. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  286. },
  287. {
  288. "name": "fxiaoke.corp-id",
  289. "type": "java.lang.String",
  290. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  291. },
  292. {
  293. "name": "fxiaoke.permanent-code",
  294. "type": "java.lang.String",
  295. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  296. },
  297. {
  298. "name": "tencent.a-p-p-i-d",
  299. "type": "java.lang.String",
  300. "sourceType": "com.malk.server.tencent.TXYConf"
  301. },
  302. {
  303. "name": "tencent.region",
  304. "type": "java.lang.String",
  305. "sourceType": "com.malk.server.tencent.TXYConf"
  306. },
  307. {
  308. "name": "tencent.secret-id",
  309. "type": "java.lang.String",
  310. "sourceType": "com.malk.server.tencent.TXYConf"
  311. },
  312. {
  313. "name": "tencent.secret-key",
  314. "type": "java.lang.String",
  315. "sourceType": "com.malk.server.tencent.TXYConf"
  316. }
  317. ],
  318. "hints": []
  319. }