diff --git a/distributed-solution/spring-boot-session/README.md b/distributed-solution/spring-boot-session/README.md
index ed8e389..5f61692 100644
--- a/distributed-solution/spring-boot-session/README.md
+++ b/distributed-solution/spring-boot-session/README.md
@@ -13,7 +13,7 @@
## 一、项目结构
-
+
## 二、实现分布式 Session
@@ -151,13 +151,13 @@ Session 信息展示页面 home.ftl:
应用 1 启动配置:
-
+
应用 2 启动配置,需要用 `--server.port ` 指定不同的端口号:
-
+
**测试结果:**
-
-
+
+
diff --git a/distributed-solution/spring-session/README.md b/distributed-solution/spring-session/README.md
index d71e5a0..5aeab6b 100644
--- a/distributed-solution/spring-session/README.md
+++ b/distributed-solution/spring-session/README.md
@@ -15,7 +15,7 @@
分布式 Session 主要配置文件为 spring-session.xml 和 web.xml,其他的配置为标准的 web 工程的配置:
-
+
## 二、实现分布式 Session
@@ -188,13 +188,13 @@ session 信息展示页面 (home.jsp):
Tomcat 1 配置:
-
+
Tomcat 2 配置:
-
+
**测试结果:**
-
-
+
+