浏览代码

replace spring-boot-starter-redis with spring-boot-starter-data-redis
(spring-boot-starter-redis is deprecated as of Spring Boot 1.4)

sunyj 8 年之前
父节点
当前提交
a26d53f0a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kanban-console/pom.xml

+ 1 - 1
kanban-console/pom.xml

@@ -65,7 +65,7 @@
         <!-- Redis session -->
         <dependency>
             <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-redis</artifactId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.session</groupId>