后台服务
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

spring-configuration-metadata.json 10 KiB

2 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. {
  2. "groups": [
  3. {
  4. "name": "alipay.open",
  5. "type": "com.iformall.service.pay.alipay.config.AliPayConfig",
  6. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  7. },
  8. {
  9. "name": "aws",
  10. "type": "com.iformall.config.AwsProperty",
  11. "sourceType": "com.iformall.config.AwsProperty"
  12. },
  13. {
  14. "name": "spring.aliyun.oss",
  15. "type": "com.iformall.file.aliyun.bean.AliyunOSSConfig",
  16. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  17. },
  18. {
  19. "name": "spring.aliyun.sms",
  20. "type": "com.iformall.sms.aliyun.bean.AliyunSMSConfig",
  21. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  22. },
  23. {
  24. "name": "wechat.open",
  25. "type": "com.iformall.config.WechatOpenProperties",
  26. "sourceType": "com.iformall.config.WechatOpenProperties"
  27. },
  28. {
  29. "name": "wechat.redis",
  30. "type": "com.iformall.config.WechatRedisProperies",
  31. "sourceType": "com.iformall.config.WechatRedisProperies"
  32. }
  33. ],
  34. "properties": [
  35. {
  36. "name": "alipay.open.alipay-cert-path",
  37. "type": "java.lang.String",
  38. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  39. },
  40. {
  41. "name": "alipay.open.alipay-root-cert-path",
  42. "type": "java.lang.String",
  43. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  44. },
  45. {
  46. "name": "alipay.open.app-id",
  47. "type": "java.lang.String",
  48. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  49. },
  50. {
  51. "name": "alipay.open.app-private-key",
  52. "type": "java.lang.String",
  53. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  54. },
  55. {
  56. "name": "alipay.open.app-public-key-cert-path",
  57. "type": "java.lang.String",
  58. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  59. },
  60. {
  61. "name": "alipay.open.callback",
  62. "type": "java.lang.String",
  63. "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
  64. },
  65. {
  66. "name": "aws.access",
  67. "type": "java.lang.String",
  68. "sourceType": "com.iformall.config.AwsProperty"
  69. },
  70. {
  71. "name": "aws.bucket-name",
  72. "type": "java.lang.String",
  73. "sourceType": "com.iformall.config.AwsProperty"
  74. },
  75. {
  76. "name": "aws.client-region",
  77. "type": "java.lang.String",
  78. "sourceType": "com.iformall.config.AwsProperty"
  79. },
  80. {
  81. "name": "aws.secret",
  82. "type": "java.lang.String",
  83. "sourceType": "com.iformall.config.AwsProperty"
  84. },
  85. {
  86. "name": "spring.aliyun.oss.bucketname",
  87. "type": "java.lang.String",
  88. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  89. },
  90. {
  91. "name": "spring.aliyun.oss.endpoint",
  92. "type": "java.lang.String",
  93. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  94. },
  95. {
  96. "name": "spring.aliyun.oss.filedomain",
  97. "type": "java.lang.String",
  98. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  99. },
  100. {
  101. "name": "spring.aliyun.oss.filehost",
  102. "type": "java.lang.String",
  103. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  104. },
  105. {
  106. "name": "spring.aliyun.oss.keyid",
  107. "type": "java.lang.String",
  108. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  109. },
  110. {
  111. "name": "spring.aliyun.oss.keysecret",
  112. "type": "java.lang.String",
  113. "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
  114. },
  115. {
  116. "name": "spring.aliyun.sms.access-key-id",
  117. "type": "java.lang.String",
  118. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  119. },
  120. {
  121. "name": "spring.aliyun.sms.access-key-secret",
  122. "type": "java.lang.String",
  123. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  124. },
  125. {
  126. "name": "spring.aliyun.sms.date-format",
  127. "type": "java.lang.String",
  128. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig",
  129. "defaultValue": "yyyyMMdd"
  130. },
  131. {
  132. "name": "spring.aliyun.sms.domain",
  133. "type": "java.lang.String",
  134. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  135. },
  136. {
  137. "name": "spring.aliyun.sms.endpoint-name",
  138. "type": "java.lang.String",
  139. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  140. },
  141. {
  142. "name": "spring.aliyun.sms.product",
  143. "type": "java.lang.String",
  144. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  145. },
  146. {
  147. "name": "spring.aliyun.sms.region-id",
  148. "type": "java.lang.String",
  149. "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
  150. },
  151. {
  152. "name": "wechat.open.component-aes-key",
  153. "type": "java.lang.String",
  154. "description": "设置微信三方平台的EncodingAESKey",
  155. "sourceType": "com.iformall.config.WechatOpenProperties"
  156. },
  157. {
  158. "name": "wechat.open.component-app-id",
  159. "type": "java.lang.String",
  160. "description": "设置微信三方平台的appid",
  161. "sourceType": "com.iformall.config.WechatOpenProperties"
  162. },
  163. {
  164. "name": "wechat.open.component-secret",
  165. "type": "java.lang.String",
  166. "description": "设置微信三方平台的app secret",
  167. "sourceType": "com.iformall.config.WechatOpenProperties"
  168. },
  169. {
  170. "name": "wechat.open.component-token",
  171. "type": "java.lang.String",
  172. "description": "设置微信三方平台的token",
  173. "sourceType": "com.iformall.config.WechatOpenProperties"
  174. },
  175. {
  176. "name": "wechat.redis.block-when-exhausted",
  177. "type": "java.lang.Boolean",
  178. "sourceType": "com.iformall.config.WechatRedisProperies"
  179. },
  180. {
  181. "name": "wechat.redis.client-name",
  182. "type": "java.lang.String",
  183. "sourceType": "com.iformall.config.WechatRedisProperies"
  184. },
  185. {
  186. "name": "wechat.redis.connection-timeout",
  187. "type": "java.lang.Integer",
  188. "sourceType": "com.iformall.config.WechatRedisProperies"
  189. },
  190. {
  191. "name": "wechat.redis.database",
  192. "type": "java.lang.Integer",
  193. "sourceType": "com.iformall.config.WechatRedisProperies",
  194. "defaultValue": 1
  195. },
  196. {
  197. "name": "wechat.redis.eviction-policy",
  198. "type": "org.apache.commons.pool2.impl.EvictionPolicy<java.lang.Object>",
  199. "sourceType": "com.iformall.config.WechatRedisProperies"
  200. },
  201. {
  202. "name": "wechat.redis.eviction-policy-class-name",
  203. "type": "java.lang.String",
  204. "sourceType": "com.iformall.config.WechatRedisProperies"
  205. },
  206. {
  207. "name": "wechat.redis.evictor-shutdown-timeout-millis",
  208. "type": "java.lang.Long",
  209. "sourceType": "com.iformall.config.WechatRedisProperies"
  210. },
  211. {
  212. "name": "wechat.redis.fairness",
  213. "type": "java.lang.Boolean",
  214. "sourceType": "com.iformall.config.WechatRedisProperies"
  215. },
  216. {
  217. "name": "wechat.redis.host",
  218. "type": "java.lang.String",
  219. "sourceType": "com.iformall.config.WechatRedisProperies"
  220. },
  221. {
  222. "name": "wechat.redis.hostname-verifier",
  223. "type": "javax.net.ssl.HostnameVerifier",
  224. "sourceType": "com.iformall.config.WechatRedisProperies"
  225. },
  226. {
  227. "name": "wechat.redis.jmx-enabled",
  228. "type": "java.lang.Boolean",
  229. "sourceType": "com.iformall.config.WechatRedisProperies"
  230. },
  231. {
  232. "name": "wechat.redis.jmx-name-base",
  233. "type": "java.lang.String",
  234. "sourceType": "com.iformall.config.WechatRedisProperies"
  235. },
  236. {
  237. "name": "wechat.redis.jmx-name-prefix",
  238. "type": "java.lang.String",
  239. "sourceType": "com.iformall.config.WechatRedisProperies"
  240. },
  241. {
  242. "name": "wechat.redis.lifo",
  243. "type": "java.lang.Boolean",
  244. "sourceType": "com.iformall.config.WechatRedisProperies"
  245. },
  246. {
  247. "name": "wechat.redis.max-idle",
  248. "type": "java.lang.Integer",
  249. "sourceType": "com.iformall.config.WechatRedisProperies"
  250. },
  251. {
  252. "name": "wechat.redis.max-total",
  253. "type": "java.lang.Integer",
  254. "sourceType": "com.iformall.config.WechatRedisProperies"
  255. },
  256. {
  257. "name": "wechat.redis.max-wait-millis",
  258. "type": "java.lang.Long",
  259. "sourceType": "com.iformall.config.WechatRedisProperies"
  260. },
  261. {
  262. "name": "wechat.redis.min-evictable-idle-time-millis",
  263. "type": "java.lang.Long",
  264. "sourceType": "com.iformall.config.WechatRedisProperies"
  265. },
  266. {
  267. "name": "wechat.redis.min-idle",
  268. "type": "java.lang.Integer",
  269. "sourceType": "com.iformall.config.WechatRedisProperies"
  270. },
  271. {
  272. "name": "wechat.redis.num-tests-per-eviction-run",
  273. "type": "java.lang.Integer",
  274. "sourceType": "com.iformall.config.WechatRedisProperies"
  275. },
  276. {
  277. "name": "wechat.redis.password",
  278. "type": "java.lang.String",
  279. "sourceType": "com.iformall.config.WechatRedisProperies"
  280. },
  281. {
  282. "name": "wechat.redis.port",
  283. "type": "java.lang.Integer",
  284. "sourceType": "com.iformall.config.WechatRedisProperies"
  285. },
  286. {
  287. "name": "wechat.redis.so-timeout",
  288. "type": "java.lang.Integer",
  289. "sourceType": "com.iformall.config.WechatRedisProperies"
  290. },
  291. {
  292. "name": "wechat.redis.soft-min-evictable-idle-time-millis",
  293. "type": "java.lang.Long",
  294. "sourceType": "com.iformall.config.WechatRedisProperies"
  295. },
  296. {
  297. "name": "wechat.redis.ssl",
  298. "type": "java.lang.Boolean",
  299. "sourceType": "com.iformall.config.WechatRedisProperies",
  300. "defaultValue": false
  301. },
  302. {
  303. "name": "wechat.redis.ssl-parameters",
  304. "type": "javax.net.ssl.SSLParameters",
  305. "sourceType": "com.iformall.config.WechatRedisProperies"
  306. },
  307. {
  308. "name": "wechat.redis.ssl-socket-factory",
  309. "type": "javax.net.ssl.SSLSocketFactory",
  310. "sourceType": "com.iformall.config.WechatRedisProperies"
  311. },
  312. {
  313. "name": "wechat.redis.test-on-borrow",
  314. "type": "java.lang.Boolean",
  315. "sourceType": "com.iformall.config.WechatRedisProperies"
  316. },
  317. {
  318. "name": "wechat.redis.test-on-create",
  319. "type": "java.lang.Boolean",
  320. "sourceType": "com.iformall.config.WechatRedisProperies"
  321. },
  322. {
  323. "name": "wechat.redis.test-on-return",
  324. "type": "java.lang.Boolean",
  325. "sourceType": "com.iformall.config.WechatRedisProperies"
  326. },
  327. {
  328. "name": "wechat.redis.test-while-idle",
  329. "type": "java.lang.Boolean",
  330. "sourceType": "com.iformall.config.WechatRedisProperies"
  331. },
  332. {
  333. "name": "wechat.redis.time-between-eviction-runs-millis",
  334. "type": "java.lang.Long",
  335. "sourceType": "com.iformall.config.WechatRedisProperies"
  336. }
  337. ],
  338. "hints": []
  339. }