增加NanoId算法

This commit is contained in:
小康
2021-07-12 09:29:50 +08:00
parent a8cc693b18
commit ea2061b333
5 changed files with 339 additions and 6 deletions

View File

@@ -55,6 +55,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>