We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a122d commit d7a9d85Copy full SHA for d7a9d85
1 file changed
simple-common/pom.xml
@@ -37,6 +37,11 @@
37
<groupId>org.springframework.boot</groupId>
38
<artifactId>spring-boot-configuration-processor</artifactId>
39
</dependency>
40
+ <!--引入 SpringBoot Cache-->
41
+ <dependency>
42
+ <groupId>org.springframework.boot</groupId>
43
+ <artifactId>spring-boot-starter-cache</artifactId>
44
+ </dependency>
45
<!--引入 mybatis-->
46
<dependency>
47
<groupId>org.mybatis.spring.boot</groupId>
@@ -68,5 +73,10 @@
68
73
<groupId>com.google.guava</groupId>
69
74
<artifactId>guava</artifactId>
70
75
76
+ <!--引入 caffeine 本地缓存工具-->
77
78
+ <groupId>com.github.ben-manes.caffeine</groupId>
79
+ <artifactId>caffeine</artifactId>
80
71
81
</dependencies>
72
82
</project>
0 commit comments