基于 Guava 实现 tenant 租户数据的本地缓存

This commit is contained in:
YunaiV
2022-06-17 20:18:56 +08:00
parent d3200910db
commit 992e20530d
8 changed files with 61 additions and 217 deletions

View File

@@ -56,6 +56,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
</project>