今日已结
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user