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

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