Rename redis starter to spring-boot-starter-data-redis

Closes gh-1033
This commit is contained in:
Stephane Nicoll
2016-01-26 08:31:34 +01:00
parent 854a67588e
commit e293008c3f
11 changed files with 18 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ can set the `spring.cache.infinispan.config` property to use the provided
=== Redis
Add the `spring-boot-starter-redis` and make sure it is configured properly (by default,
Add the `spring-boot-starter-data-redis` and make sure it is configured properly (by default,
a redis instance with the default settings is expected on your local box).

View File

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