使用hazelcast缓存

This commit is contained in:
2024-09-17 23:10:45 +08:00
parent 9b7369650d
commit 8b7771fe67
10 changed files with 75 additions and 13 deletions

10
pom.xml
View File

@@ -430,6 +430,16 @@
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
</dependency>
</dependencies>
<build>