|
|
@@ -99,7 +99,8 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency> <!-- 开启二级缓存 -->
|
|
|
+ <!-- 开启二级缓存 -->
|
|
|
+ <dependency>
|
|
|
<groupId>org.mybatis.caches</groupId>
|
|
|
<artifactId>mybatis-ehcache</artifactId>
|
|
|
<version>1.1.0</version>
|