From 8be63df946ede2fde488dcd482dba5b5e1b95e53 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:50:35 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-redis/README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/spring-boot/spring-boot-redis/README.md b/spring-boot/spring-boot-redis/README.md index 37d836c..17f599a 100644 --- a/spring-boot/spring-boot-redis/README.md +++ b/spring-boot/spring-boot-redis/README.md @@ -1,16 +1,17 @@ # Spring Boot 整合 Redis - - + + + ## 一、项目说明 ### 1.1 项目结构 @@ -19,6 +20,7 @@ - RedisOperation 和 RedisObjectOperation 分别封装了对基本类型和对象的操作。
+ ### 1.2 基本依赖 ```xml