使用mapDB持久化identity(50%)

This commit is contained in:
ghy
2021-03-09 22:00:57 +08:00
parent 9827414ac5
commit f693a7a120
5 changed files with 194 additions and 4 deletions
+8
View File
@@ -76,6 +76,14 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<!-- mapDB kv存储 -->
<!-- https://mvnrepository.com/artifact/org.mapdb/mapdb -->
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.8</version>
</dependency>
</dependencies>
</project>