Browse Source

auto commit

master
yitter 1 year ago
parent
commit
c728595ac9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Java/README.md

+ 2
- 2
Java/README.md 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之前完成。
```


Loading…
Cancel
Save