1
0
mirror of synced 2026-04-19 23:08:39 +08:00
This commit is contained in:
AuroraTea
2023-01-23 17:38:32 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# ❄ idgenerator-Go
# ❄ idgenerator-Go
## 介绍
@@ -6,7 +6,7 @@
## 引用全局库
```shell
go get -u -v github.com/yitter/idgenerator-go
go get -u -v github.com/yitter/idgenerator-go@v1.3.1
```
## 调用示例Go

View File

@@ -49,13 +49,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.35</version>
<version>1.36</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.35</version>
<version>1.36</version>
<scope>provided</scope>
</dependency>
</dependencies>