From 9ab3bd191543ebdbe580641e9ad5febaf66ac283 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:52:02 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-memcached/README.md | 28 +++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/spring-boot/spring-boot-memcached/README.md b/spring-boot/spring-boot-memcached/README.md index d8a72f6..5b7b6dd 100644 --- a/spring-boot/spring-boot-memcached/README.md +++ b/spring-boot/spring-boot-memcached/README.md @@ -2,19 +2,20 @@ - - + + + ## 一、项目说明 ### 1.1 XMemcached @@ -26,6 +27,7 @@ Spring 官方并没有提供关于 Memcached 的 starter,所以我们还是采 Memcached 的整合配置位于 config 文件夹下:
+ ### 1.3 基本依赖 ```xml