spring-configuration-metadata.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. {
  2. "groups": [
  3. {
  4. "name": "ignored",
  5. "type": "com.wteam.framework.common.properties.IgnoredUrlsProperties",
  6. "sourceType": "com.wteam.framework.common.properties.IgnoredUrlsProperties"
  7. },
  8. {
  9. "name": "khai.jwt-setting",
  10. "type": "com.wteam.framework.common.properties.JWTTokenProperties",
  11. "sourceType": "com.wteam.framework.common.properties.JWTTokenProperties"
  12. },
  13. {
  14. "name": "lili.data.elasticsearch",
  15. "type": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  16. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties"
  17. },
  18. {
  19. "name": "lili.data.elasticsearch.account",
  20. "type": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Account",
  21. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties"
  22. },
  23. {
  24. "name": "lili.data.elasticsearch.index",
  25. "type": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Index",
  26. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties"
  27. },
  28. {
  29. "name": "lili.sms",
  30. "type": "com.wteam.framework.common.properties.SmsTemplateProperties",
  31. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties"
  32. },
  33. {
  34. "name": "lili.system",
  35. "type": "com.wteam.framework.common.properties.SystemSettingProperties",
  36. "sourceType": "com.wteam.framework.common.properties.SystemSettingProperties"
  37. },
  38. {
  39. "name": "lili.verification-code",
  40. "type": "com.wteam.framework.common.properties.VerificationCodeProperties",
  41. "sourceType": "com.wteam.framework.common.properties.VerificationCodeProperties"
  42. },
  43. {
  44. "name": "wteam.api",
  45. "type": "com.wteam.framework.common.properties.ApiProperties",
  46. "sourceType": "com.wteam.framework.common.properties.ApiProperties"
  47. },
  48. {
  49. "name": "wteam.domain",
  50. "type": "com.wteam.framework.common.properties.DomainProperties",
  51. "sourceType": "com.wteam.framework.common.properties.DomainProperties"
  52. }
  53. ],
  54. "properties": [
  55. {
  56. "name": "ignored.urls",
  57. "type": "java.util.List<java.lang.String>",
  58. "sourceType": "com.wteam.framework.common.properties.IgnoredUrlsProperties"
  59. },
  60. {
  61. "name": "khai.jwt-setting.token-expire-time",
  62. "type": "java.lang.Long",
  63. "description": "token默认过期时间",
  64. "sourceType": "com.wteam.framework.common.properties.JWTTokenProperties",
  65. "defaultValue": 3600
  66. },
  67. {
  68. "name": "lili.data.elasticsearch.account.password",
  69. "type": "java.lang.String",
  70. "description": "认证密码",
  71. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Account"
  72. },
  73. {
  74. "name": "lili.data.elasticsearch.account.username",
  75. "type": "java.lang.String",
  76. "description": "认证用户",
  77. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Account"
  78. },
  79. {
  80. "name": "lili.data.elasticsearch.cluster-name",
  81. "type": "java.lang.String",
  82. "description": "集群名称",
  83. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  84. "defaultValue": "elasticsearch"
  85. },
  86. {
  87. "name": "lili.data.elasticsearch.cluster-nodes",
  88. "type": "java.util.List<java.lang.String>",
  89. "description": "集群节点",
  90. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties"
  91. },
  92. {
  93. "name": "lili.data.elasticsearch.connect-timeout",
  94. "type": "java.lang.Integer",
  95. "description": "连接超时时间(毫秒)",
  96. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  97. "defaultValue": 1000
  98. },
  99. {
  100. "name": "lili.data.elasticsearch.connection-request-timeout",
  101. "type": "java.lang.Integer",
  102. "description": "连接请求超时时间",
  103. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  104. "defaultValue": 500
  105. },
  106. {
  107. "name": "lili.data.elasticsearch.index-prefix",
  108. "type": "java.lang.String",
  109. "description": "索引前缀",
  110. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties"
  111. },
  112. {
  113. "name": "lili.data.elasticsearch.index.number-of-replicas",
  114. "type": "java.lang.Integer",
  115. "description": "副本数量",
  116. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Index",
  117. "defaultValue": 2
  118. },
  119. {
  120. "name": "lili.data.elasticsearch.index.number-of-shards",
  121. "type": "java.lang.Integer",
  122. "description": "分片数量",
  123. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties$Index",
  124. "defaultValue": 3
  125. },
  126. {
  127. "name": "lili.data.elasticsearch.max-connect-per-route",
  128. "type": "java.lang.Integer",
  129. "description": "每个路由的最大连接数量",
  130. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  131. "defaultValue": 10
  132. },
  133. {
  134. "name": "lili.data.elasticsearch.max-connect-total",
  135. "type": "java.lang.Integer",
  136. "description": "最大连接总数量",
  137. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  138. "defaultValue": 30
  139. },
  140. {
  141. "name": "lili.data.elasticsearch.schema",
  142. "type": "java.lang.String",
  143. "description": "请求协议",
  144. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  145. "defaultValue": "https"
  146. },
  147. {
  148. "name": "lili.data.elasticsearch.socket-timeout",
  149. "type": "java.lang.Integer",
  150. "description": "socket 超时时间",
  151. "sourceType": "com.wteam.framework.common.elasticsearch.config.ElasticsearchProperties",
  152. "defaultValue": 30000
  153. },
  154. {
  155. "name": "lili.sms.f-i-n-d-u-s-e-r",
  156. "type": "java.lang.String",
  157. "description": "找回密码",
  158. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties",
  159. "defaultValue": "SMS_185821482"
  160. },
  161. {
  162. "name": "lili.sms.l-o-g-i-n",
  163. "type": "java.lang.String",
  164. "description": "登录",
  165. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties",
  166. "defaultValue": "SMS_185821482"
  167. },
  168. {
  169. "name": "lili.sms.r-e-g-i-s-t-e-r",
  170. "type": "java.lang.String",
  171. "description": "注册",
  172. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties",
  173. "defaultValue": "SMS_185821482"
  174. },
  175. {
  176. "name": "lili.sms.u-p-d-a-t-e-p-a-s-s-w-o-r-d",
  177. "type": "java.lang.String",
  178. "description": "设置密码",
  179. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties",
  180. "defaultValue": "SMS_185821482"
  181. },
  182. {
  183. "name": "lili.sms.w-a-l-l-e-t-p-a-s-s-w-o-r-d",
  184. "type": "java.lang.String",
  185. "description": "设置支付密码",
  186. "sourceType": "com.wteam.framework.common.properties.SmsTemplateProperties",
  187. "defaultValue": "SMS_185821482"
  188. },
  189. {
  190. "name": "lili.system.is-demo-site",
  191. "type": "java.lang.Boolean",
  192. "description": "是否是演示站点",
  193. "sourceType": "com.wteam.framework.common.properties.SystemSettingProperties",
  194. "defaultValue": false
  195. },
  196. {
  197. "name": "lili.system.is-test-model",
  198. "type": "java.lang.Boolean",
  199. "description": "测试模式 验证码短信为6个1",
  200. "sourceType": "com.wteam.framework.common.properties.SystemSettingProperties",
  201. "defaultValue": false
  202. },
  203. {
  204. "name": "lili.system.sensitive-level",
  205. "type": "java.lang.Integer",
  206. "description": "脱敏级别: 0:不做脱敏处理 1:管理端用户手机号等信息脱敏 2:商家端信息脱敏(为2时,表示管理端,商家端同时脱敏) <p> PS:",
  207. "sourceType": "com.wteam.framework.common.properties.SystemSettingProperties",
  208. "defaultValue": 0
  209. },
  210. {
  211. "name": "lili.verification-code.effective-time",
  212. "type": "java.lang.Long",
  213. "description": "过期时间 包含滑块验证码有效时间, 以及验证通过之后,缓存中存储的验证结果有效时间",
  214. "sourceType": "com.wteam.framework.common.properties.VerificationCodeProperties",
  215. "defaultValue": 600
  216. },
  217. {
  218. "name": "lili.verification-code.fault-tolerant",
  219. "type": "java.lang.Integer",
  220. "description": "容错像素",
  221. "sourceType": "com.wteam.framework.common.properties.VerificationCodeProperties",
  222. "defaultValue": 3
  223. },
  224. {
  225. "name": "lili.verification-code.interfere-num",
  226. "type": "java.lang.Integer",
  227. "description": "干扰数量 最大数量",
  228. "sourceType": "com.wteam.framework.common.properties.VerificationCodeProperties",
  229. "defaultValue": 0
  230. },
  231. {
  232. "name": "lili.verification-code.watermark",
  233. "type": "java.lang.String",
  234. "description": "水印",
  235. "sourceType": "com.wteam.framework.common.properties.VerificationCodeProperties",
  236. "defaultValue": ""
  237. },
  238. {
  239. "name": "wteam.api.buyer",
  240. "type": "java.lang.String",
  241. "description": "买家api",
  242. "sourceType": "com.wteam.framework.common.properties.ApiProperties"
  243. },
  244. {
  245. "name": "wteam.api.common",
  246. "type": "java.lang.String",
  247. "description": "管理端域名",
  248. "sourceType": "com.wteam.framework.common.properties.ApiProperties"
  249. },
  250. {
  251. "name": "wteam.api.manager",
  252. "type": "java.lang.String",
  253. "description": "管理端域名",
  254. "sourceType": "com.wteam.framework.common.properties.ApiProperties"
  255. },
  256. {
  257. "name": "wteam.api.store",
  258. "type": "java.lang.String",
  259. "description": "管理端域名",
  260. "sourceType": "com.wteam.framework.common.properties.ApiProperties"
  261. },
  262. {
  263. "name": "wteam.domain.admin",
  264. "type": "java.lang.String",
  265. "description": "管理端域名",
  266. "sourceType": "com.wteam.framework.common.properties.DomainProperties"
  267. },
  268. {
  269. "name": "wteam.domain.pc",
  270. "type": "java.lang.String",
  271. "description": "买家PC端域名",
  272. "sourceType": "com.wteam.framework.common.properties.DomainProperties"
  273. },
  274. {
  275. "name": "wteam.domain.store",
  276. "type": "java.lang.String",
  277. "description": "Store域名",
  278. "sourceType": "com.wteam.framework.common.properties.DomainProperties"
  279. },
  280. {
  281. "name": "wteam.domain.wap",
  282. "type": "java.lang.String",
  283. "description": "买家WAP端域名",
  284. "sourceType": "com.wteam.framework.common.properties.DomainProperties"
  285. }
  286. ],
  287. "hints": []
  288. }