增加 TenantFrameworkServiceImpl 的缓存,提升性能

This commit is contained in:
YunaiV
2022-06-17 07:53:05 +08:00
parent 5598f62456
commit 5c04c9eeaf
3 changed files with 70 additions and 4 deletions

View File

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