spring-configuration-metadata.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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.source",
  40. "type": "com.malk.server.common.FilePath$Source",
  41. "sourceType": "com.malk.server.common.FilePath"
  42. },
  43. {
  44. "name": "file.source",
  45. "type": "com.malk.server.common.FilePath$Source",
  46. "sourceType": "com.malk.server.common.FilePath$Source"
  47. },
  48. {
  49. "name": "fxiaoke",
  50. "type": "com.malk.server.fxiaoke.FXKConf",
  51. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  52. },
  53. {
  54. "name": "spring.datasource.primary",
  55. "type": "javax.sql.DataSource",
  56. "sourceType": "com.malk.config.mutilSource.DataSourceConfig",
  57. "sourceMethod": "primaryDataSource()"
  58. },
  59. {
  60. "name": "spring.datasource.slave",
  61. "type": "javax.sql.DataSource",
  62. "sourceType": "com.malk.config.mutilSource.DataSourceConfig",
  63. "sourceMethod": "slaveDataSource()"
  64. }
  65. ],
  66. "properties": [
  67. {
  68. "name": "aliwork.app-type",
  69. "type": "java.lang.String",
  70. "sourceType": "com.malk.server.aliwork.YDConf"
  71. },
  72. {
  73. "name": "aliwork.system-token",
  74. "type": "java.lang.String",
  75. "sourceType": "com.malk.server.aliwork.YDConf"
  76. },
  77. {
  78. "name": "corp.engineers",
  79. "type": "java.util.List<java.lang.String>",
  80. "sourceType": "com.malk.server.common.McConf"
  81. },
  82. {
  83. "name": "corp.page-size",
  84. "type": "java.lang.Integer",
  85. "description": "最大分页",
  86. "sourceType": "com.malk.server.common.McConf",
  87. "defaultValue": 100
  88. },
  89. {
  90. "name": "corp.time-await",
  91. "type": "java.lang.Integer",
  92. "sourceType": "com.malk.server.common.McConf",
  93. "defaultValue": 0
  94. },
  95. {
  96. "name": "corp.time-out",
  97. "type": "java.lang.Integer",
  98. "sourceType": "com.malk.server.common.McConf",
  99. "defaultValue": 0
  100. },
  101. {
  102. "name": "dingtalk.aes-key",
  103. "type": "java.lang.String",
  104. "sourceType": "com.malk.server.dingtalk.DDConf"
  105. },
  106. {
  107. "name": "dingtalk.agent-id",
  108. "type": "java.lang.String",
  109. "sourceType": "com.malk.server.dingtalk.DDConf"
  110. },
  111. {
  112. "name": "dingtalk.app-key",
  113. "type": "java.lang.String",
  114. "sourceType": "com.malk.server.dingtalk.DDConf"
  115. },
  116. {
  117. "name": "dingtalk.app-secret",
  118. "type": "java.lang.String",
  119. "sourceType": "com.malk.server.dingtalk.DDConf"
  120. },
  121. {
  122. "name": "dingtalk.corp-id",
  123. "type": "java.lang.String",
  124. "sourceType": "com.malk.server.dingtalk.DDConf"
  125. },
  126. {
  127. "name": "dingtalk.operator",
  128. "type": "java.lang.String",
  129. "sourceType": "com.malk.server.dingtalk.DDConf"
  130. },
  131. {
  132. "name": "dingtalk.token",
  133. "type": "java.lang.String",
  134. "sourceType": "com.malk.server.dingtalk.DDConf"
  135. },
  136. {
  137. "name": "ekuaibao.app-key",
  138. "type": "java.lang.String",
  139. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  140. },
  141. {
  142. "name": "ekuaibao.app-security",
  143. "type": "java.lang.String",
  144. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  145. },
  146. {
  147. "name": "ekuaibao.corp-id",
  148. "type": "java.lang.String",
  149. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  150. },
  151. {
  152. "name": "ekuaibao.platform-api",
  153. "type": "java.lang.String",
  154. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  155. },
  156. {
  157. "name": "ekuaibao.platform-url",
  158. "type": "java.lang.String",
  159. "description": "获取地址前缀",
  160. "sourceType": "com.malk.server.ekuaibao.EKBConf"
  161. },
  162. {
  163. "name": "file.path.file",
  164. "type": "java.lang.String",
  165. "sourceType": "com.malk.server.common.FilePath$Path"
  166. },
  167. {
  168. "name": "file.path.image",
  169. "type": "java.lang.String",
  170. "sourceType": "com.malk.server.common.FilePath$Path"
  171. },
  172. {
  173. "name": "file.path.tmp",
  174. "type": "java.lang.String",
  175. "sourceType": "com.malk.server.common.FilePath$Path"
  176. },
  177. {
  178. "name": "file.source.fonts",
  179. "type": "java.lang.String",
  180. "sourceType": "com.malk.server.common.FilePath$Source"
  181. },
  182. {
  183. "name": "fxiaoke.app-id",
  184. "type": "java.lang.String",
  185. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  186. },
  187. {
  188. "name": "fxiaoke.app-secret",
  189. "type": "java.lang.String",
  190. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  191. },
  192. {
  193. "name": "fxiaoke.corp-id",
  194. "type": "java.lang.String",
  195. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  196. },
  197. {
  198. "name": "fxiaoke.permanent-code",
  199. "type": "java.lang.String",
  200. "sourceType": "com.malk.server.fxiaoke.FXKConf"
  201. }
  202. ],
  203. "hints": []
  204. }