We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e4077 commit 0a6b863Copy full SHA for 0a6b863
README.md
@@ -24,7 +24,7 @@ UidGenerator是Java实现的, 基于[Snowflake](https://github.com/twitter/snowf
24
25
### Maven
26
27
-### spring boot autoconfig 方式
+#### spring boot autoconfig 方式
28
```xml
29
<dependency>
30
<groupId>uid-generator-spring-boot-starter</groupId>
@@ -64,7 +64,8 @@ UidGenerator是Java实现的, 基于[Snowflake](https://github.com/twitter/snowf
64
</dependency>
65
66
```
67
-### spring方式 请参见 [百度UidGenerator](https://github.com/baidu/uid-generator)
+
68
69
70
### 数据库(可选)
71
如果使用数据库实现的Worker node id分配器,需要先建立表 WORKER_NODE, 脚本:
0 commit comments