Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imadcn committed Jan 11, 2020
1 parent a80ed23 commit ba12f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void id() {
|registry-center-ref|String|| |1.0.0+|注册中心SpringBeanRef,当生成策略为snowflake时,必填|
|group|String||default|1.0.0+|分组名,可以为不同业务分配分组,独立注册|
|registry-file|String||./tmp/idworker/GROUPNAME.cache|1.3.0+|注册信息缓存文件地址,默认在程序所在目录 ./tmp/idworker/GROUPNAME.cache|
|durable|String||false|1.4.0+|ID注册信息是否持久化存储|
|durable|String||false|1.4.0+|ID注册信息是否持久化存储(持久化存储会依赖于本地缓存文件,容器环境建议使用非持久化)|

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

Expand All @@ -88,7 +88,7 @@ public void id() {
|registry-center-ref|String|| |1.2.0+|注册中心SpringBeanRef|
|group|String||default|1.2.0+|分组名,可以为不同业务分配分组,独立注册|
|registry-file|String||./tmp/idworker/GROUPNAME.cache|1.3.0+|注册信息缓存文件地址,默认在程序所在目录 ./tmp/idworker/GROUPNAME.cache|
|durable|String||false|1.4.0+|ID注册信息是否持久化存储|
|durable|String||false|1.4.0+|ID注册信息是否持久化存储(持久化存储会依赖于本地缓存文件,容器环境建议使用非持久化)|

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

Expand Down

0 comments on commit ba12f0e

Please sign in to comment.