update redis dependency

This commit is contained in:
Francis Dong
2020-12-08 12:30:15 +08:00
parent b9b1f24ac8
commit a5317a90f2

View File

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