spring-boot-starter-data-redis

This commit is contained in:
Rob Winch
2017-01-08 21:06:44 -06:00
committed by John Blum
parent d66fa56513
commit f98697416e
4 changed files with 4 additions and 4 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>
----