Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imadcn committed Jun 19, 2019
1 parent 1ca4ce0 commit 9d603aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 97 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void id() {
|strategy|String||snowflake|1.2.0+|ID生成[snowflake, compress_uuid],当策略为64进制uuid时,registry-center-ref可不用配置|
|registry-center-ref|String|| |1.0.0+|注册中心SpringBeanRef,当生成策略为snowflake时,必填|
|group|String||default|1.0.0+|分组名,可以为不同业务分配分组,独立注册|
|low-concurrency|Boolean||false|1.2.5+|低并发模式(此模式下snowflake算法sequence全局递增,不再每秒清零)|
|registry-file|String||false|1.3.0+|注册信息缓存文件地址,默认在程序所在目录 ./tmp/idworker/GROUPNAME.cache|

#### <generator:snowflake /> 生成策略 : snowflake模式

Expand All @@ -86,7 +86,7 @@ public void id() {
|id|String|| |1.2.0+|Spring容器中的ID|
|registry-center-ref|String|| |1.2.0+|注册中心SpringBeanRef|
|group|String||default|1.2.0+|分组名,可以为不同业务分配分组,独立注册|
|low-concurrency|Boolean||false|1.2.5+|低并发模式(此模式下snowflake算法sequence全局递增,不再每秒清零)|
|registry-file|String||false|1.3.0+|注册信息缓存文件地址,默认在程序所在目录 ./tmp/idworker/GROUPNAME.cache|

#### <generator:compress-uuid /> 生成策略 : 64进制UUID模式

Expand Down
95 changes: 0 additions & 95 deletions README_EN.md

This file was deleted.

0 comments on commit 9d603aa

Please sign in to comment.