File tree Expand file tree Collapse file tree 9 files changed +19
-20
lines changed
uid-generator-jap-jdbc-spring-boot-starter
uid-generator-jpa-r2dbc-spring-boot-starter
uid-generator-mybatis-jdbc-spring-boot-starter
uid-generator-mybatis-r2dbc-spring-boot-starter
uid-generator-spring-boot-starter Expand file tree Collapse file tree 9 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 2
2
uid-generator-spring-boot
3
3
==========================
4
4
5
- UidGenerator是Java实现的, 基于[ Snowflake] ( https://github.com/twitter/snowflake ) 算法的分布式唯一ID生成器 。
5
+ UidGenerator是Java实现的, 基于[ Snowflake] ( https://github.com/twitter/snowflake ) 算法的支持响应式编程分布式唯一ID生成器 。
6
6
7
7
基与 [ Snowflake] ( https://github.com/twitter/snowflake ) ,[ 百度UidGenerator] ( https://github.com/baidu/uid-generator ) ,[ uid-generator-spring-boot-starter] ( https://github.com/wujun234/uid-generator-spring-boot-starter )
8
8
@@ -25,6 +25,9 @@ UidGenerator是Java实现的, 基于[Snowflake](https://github.com/twitter/snowf
25
25
### Maven
26
26
27
27
#### spring boot autoconfig 方式
28
+
29
+ 当前版本:1.0.5
30
+
28
31
``` xml
29
32
30
33
<!-- 根据你的项目环境 选择一种 worker node 分配方式 -->
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >uid-generator-spring-boot</name >
147
147
</goals >
148
148
</execution >
149
149
</executions >
150
- <configuration >
151
- <keyname >${gpg.keyname} </keyname >
152
- <passphraseServerId >${gpg.keyname} </passphraseServerId >
153
- </configuration >
154
150
</plugin >
155
151
</plugins >
156
152
</build >
217
213
<configuration >
218
214
<serverId >ossrh</serverId >
219
215
<nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
220
- <autoReleaseAfterClose >false </autoReleaseAfterClose >
216
+ <autoReleaseAfterClose >true </autoReleaseAfterClose >
221
217
</configuration >
222
218
</plugin >
223
219
</plugins >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-api</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-jap-jdbc-spring-boot-starter</artifactId >
21
21
<dependency >
22
22
<groupId >io.github.cooperlyt</groupId >
23
23
<artifactId >uid-generator-spring-boot-starter</artifactId >
24
- <version >1.0.5-SNAPSHOT </version >
24
+ <version >1.0.5</version >
25
25
</dependency >
26
26
27
27
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-jpa-r2dbc-spring-boot-starter</artifactId >
21
21
<dependency >
22
22
<groupId >io.github.cooperlyt</groupId >
23
23
<artifactId >uid-generator-spring-boot-starter</artifactId >
24
- <version >1.0.5-SNAPSHOT </version >
24
+ <version >1.0.5</version >
25
25
</dependency >
26
26
27
27
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-mybatis-jdbc-spring-boot-starter</artifactId >
24
24
<dependency >
25
25
<groupId >io.github.cooperlyt</groupId >
26
26
<artifactId >uid-generator-spring-boot-starter</artifactId >
27
- <version >1.0.5-SNAPSHOT </version >
27
+ <version >1.0.5</version >
28
28
</dependency >
29
29
30
30
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-mybatis-r2dbc-spring-boot-starter</artifactId >
22
22
<dependency >
23
23
<groupId >io.github.cooperlyt</groupId >
24
24
<artifactId >uid-generator-spring-boot-starter</artifactId >
25
- <version >1.0.5-SNAPSHOT </version >
25
+ <version >1.0.5</version >
26
26
</dependency >
27
27
28
28
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator-spring-boot-starter</artifactId >
27
27
<dependency >
28
28
<groupId >io.github.cooperlyt</groupId >
29
29
<artifactId >uid-generator</artifactId >
30
- <version >1.0.5-SNAPSHOT </version >
30
+ <version >1.0.5</version >
31
31
</dependency >
32
32
33
33
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.cooperlyt</groupId >
8
8
<artifactId >uid-generator-spring-boot</artifactId >
9
- <version >1.0.5-SNAPSHOT </version >
9
+ <version >1.0.5</version >
10
10
</parent >
11
11
12
12
<artifactId >uid-generator</artifactId >
33
33
<dependency >
34
34
<groupId >io.github.cooperlyt</groupId >
35
35
<artifactId >uid-generator-api</artifactId >
36
- <version >1.0.5-SNAPSHOT </version >
36
+ <version >1.0.5</version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >io.projectreactor</groupId >
You can’t perform that action at this time.
0 commit comments