Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@imadcn imadcn released this 02 Mar 05:11
· 1 commit to master since this release

Maven依赖

<dependency>
    <groupId>com.imadcn.framework</groupId>
    <artifactId>idworker</artifactId>
    <version>1.6.0</version>
</dependency>
  • 更新
    • [新增] 序列化方式现在 可选 fastjson 或 jackson,此包依赖现在由使用者程序提供,详见 serialize 字段
    • [新增] 现在可以自主控制是否使用节点缓存数据,详见 cacheable 字段
    • [优化] 调整了节点缓存算法,对于IP地址的变化,不再做检查
    • [优化] 修复BUG