新增本地缓存基础设施

This commit is contained in:
wkc
2026-03-28 10:45:08 +08:00
parent ed77eaea84
commit bc2582246b
6 changed files with 224 additions and 1 deletions

View File

@@ -131,6 +131,12 @@
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>