Snowflake增加方法:根据传入时间戳,计算ID起终点

This commit is contained in:
Looly
2023-10-25 11:24:43 +08:00
parent fe37c1aa84
commit bea36c2b5f
3 changed files with 24 additions and 48 deletions

View File

@@ -9,6 +9,7 @@
* 【core 】 新增ProxySocketFactory
* 【http 】 UserAgent增加百度浏览器识别issue#I847JY@Gitee
* 【core 】 ReflectUtil.getFieldsValue增加Filter重载pr#1090@Gitee
* 【core 】 Snowflake增加方法根据传入时间戳计算ID起终点pr#1096@Gitee
### 🐞Bug修复
* 【cron 】 修复Cron表达式range解析错误问题issue#I82CSH@Gitee