mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-15 18:44:49 +08:00
使用mapDB持久化identity(50%)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user