修改添加redis相关代码

This commit is contained in:
zhouxiunai
2018-12-04 09:57:02 +08:00
parent 8767070fdf
commit 0cc33b89c5
14 changed files with 607 additions and 144 deletions
+5
View File
@@ -88,6 +88,11 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
<build>