Update references to Spring Boot's Redis starter

Closes gh-952
This commit is contained in:
Vedran Pavic
2018-01-29 16:54:46 +01:00
parent 2d3001a24e
commit f0e187fbd7
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ If you are using Maven, ensure to add the following dependencies:
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
----