diff --git a/report-core/README.md b/report-core/README.md index f852f475..347f78c5 100644 --- a/report-core/README.md +++ b/report-core/README.md @@ -3,23 +3,25 @@ ### 采用redis缓存 #### 1.pom.xml文件改动 -- 1、增加redis依赖 -``` +- 1、增加redis依赖,删除exclusions即可 +```xml com.anji-plus spring-boot-gaea 2.0.5.RELEASE + org.springframework.boot spring-boot-starter-data-redis + ``` - 2、 删除ehcache相关依赖 -``` +```xml net.sf.ehcache ehcache @@ -34,7 +36,7 @@ - 2、删除相关bean 文件地址:com.anjiplus.template.gaea.business.config.BusinessAutoConfiguration.java -``` +```java @Bean public CacheHelper gaeaCacheHelper(){ return new ReportCacheHelper();