Skip to content

Commit 0a6b863

Browse files
committed
read me
1 parent f4e4077 commit 0a6b863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ UidGenerator是Java实现的, 基于[Snowflake](https://github.com/twitter/snowf
2424

2525
### Maven
2626

27-
### spring boot autoconfig 方式
27+
#### spring boot autoconfig 方式
2828
```xml
2929
<dependency>
3030
<groupId>uid-generator-spring-boot-starter</groupId>
@@ -64,7 +64,8 @@ UidGenerator是Java实现的, 基于[Snowflake](https://github.com/twitter/snowf
6464
</dependency>
6565

6666
```
67-
### spring方式 请参见 [百度UidGenerator](https://github.com/baidu/uid-generator)
67+
68+
6869

6970
### 数据库(可选)
7071
如果使用数据库实现的Worker node id分配器,需要先建立表 WORKER_NODE, 脚本:

0 commit comments

Comments
 (0)