12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "groups": [
- {
- "name": "aqpt.sequence",
- "type": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties"
- },
- {
- "name": "config.jwt",
- "type": "com.zhyc.xps.common.config.JwtConfig",
- "sourceType": "com.zhyc.xps.common.config.JwtConfig"
- }
- ],
- "properties": [
- {
- "name": "aqpt.sequence.clock",
- "type": "java.lang.Boolean",
- "description": "是否解决高并发下获取时间戳的性能问题",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "defaultValue": false
- },
- {
- "name": "aqpt.sequence.data-center-id",
- "type": "java.lang.Integer",
- "description": "数据中心编号,取值范围为0 ~ 3",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "defaultValue": 1
- },
- {
- "name": "aqpt.sequence.random-sequence",
- "type": "java.lang.Boolean",
- "description": "毫秒内的随机序列",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "defaultValue": false
- },
- {
- "name": "aqpt.sequence.time-offset-milliseconds",
- "type": "java.lang.Long",
- "description": "允许时间回拨的毫秒量",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "defaultValue": 5
- },
- {
- "name": "aqpt.sequence.worker-id",
- "type": "java.lang.Integer",
- "description": "工作机器编号,取值范围为0 ~ 255",
- "sourceType": "com.zhyc.xps.common.utils.IdGenerator.sequence.AqptSequenceProperties",
- "defaultValue": 1
- },
- {
- "name": "config.jwt.expire",
- "type": "java.lang.Long",
- "sourceType": "com.zhyc.xps.common.config.JwtConfig",
- "defaultValue": 0
- },
- {
- "name": "config.jwt.header",
- "type": "java.lang.String",
- "sourceType": "com.zhyc.xps.common.config.JwtConfig"
- },
- {
- "name": "config.jwt.secret",
- "type": "java.lang.String",
- "sourceType": "com.zhyc.xps.common.config.JwtConfig"
- },
- {
- "name": "config.jwt.token-head",
- "type": "java.lang.String",
- "sourceType": "com.zhyc.xps.common.config.JwtConfig"
- }
- ],
- "hints": []
- }
|