1
0
mirror of synced 2025-12-24 14:07:57 +08:00

auto commit

This commit is contained in:
yitter
2022-11-11 13:01:46 +08:00
parent 43c5cc450f
commit c728595ac9

View File

@@ -1,4 +1,4 @@
# ❄ idgenerator-Java
# ❄ idgenerator-Java
## 运行环境
@@ -25,7 +25,7 @@ IdGeneratorOptions options = new IdGeneratorOptions(Your_Unique_Worker_Id);
// ...... 其它参数参考 IdGeneratorOptions 定义。
// 保存参数(务必调用,否则参数设置不生效):
YitIdHelper.SetIdGenerator(options);
YitIdHelper.setIdGenerator(options);
// 以上过程只需全局一次且应在生成ID之前完成。
```