spring-configuration-metadata.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "groups": [
  3. {
  4. "name": "aqpt.sequence",
  5. "type": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
  6. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  7. },
  8. {
  9. "name": "config.jwt",
  10. "type": "com.zhyc.xps.common.config.JwtConfig",
  11. "sourceType": "com.zhyc.xps.common.config.JwtConfig"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "aqpt.sequence.clock",
  17. "type": "java.lang.Boolean",
  18. "description": "是否解决高并发下获取时间戳的性能问题",
  19. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  20. },
  21. {
  22. "name": "aqpt.sequence.data-center-id",
  23. "type": "java.lang.Integer",
  24. "description": "数据中心编号,取值范围为0 ~ 3",
  25. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  26. },
  27. {
  28. "name": "aqpt.sequence.random-sequence",
  29. "type": "java.lang.Boolean",
  30. "description": "毫秒内的随机序列",
  31. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  32. },
  33. {
  34. "name": "aqpt.sequence.time-offset-milliseconds",
  35. "type": "java.lang.Long",
  36. "description": "允许时间回拨的毫秒量",
  37. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  38. },
  39. {
  40. "name": "aqpt.sequence.worker-id",
  41. "type": "java.lang.Integer",
  42. "description": "工作机器编号,取值范围为0 ~ 255",
  43. "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
  44. },
  45. {
  46. "name": "config.jwt.expire",
  47. "type": "java.lang.Long",
  48. "sourceType": "com.zhyc.xps.common.config.JwtConfig"
  49. },
  50. {
  51. "name": "config.jwt.header",
  52. "type": "java.lang.String",
  53. "sourceType": "com.zhyc.xps.common.config.JwtConfig"
  54. },
  55. {
  56. "name": "config.jwt.secret",
  57. "type": "java.lang.String",
  58. "sourceType": "com.zhyc.xps.common.config.JwtConfig"
  59. },
  60. {
  61. "name": "config.jwt.token-head",
  62. "type": "java.lang.String",
  63. "sourceType": "com.zhyc.xps.common.config.JwtConfig"
  64. }
  65. ],
  66. "hints": []
  67. }