今日已结

This commit is contained in:
xuelijun
2026-01-21 16:28:53 +08:00
parent 7bb698c9c0
commit 6f1c990d51
7 changed files with 481 additions and 0 deletions

12
pom.xml
View File

@@ -78,6 +78,18 @@
<artifactId>tess4j</artifactId>
<version>5.8.0</version>
</dependency>-->
<!-- pom.xml -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<!-- 使用Caffeine作为缓存实现 -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.8</version>
</dependency>
</dependencies>
<build>
<plugins>