From d29c28911958318b9e18e42a7d6569ac05ee3945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E7=A5=A5?= <1366971433@qq.com> Date: Wed, 24 Jun 2020 16:33:06 +0800 Subject: [PATCH] update pictures --- distributed-solution/spring-boot-session/README.md | 10 +++++----- distributed-solution/spring-session/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 配置: -
+
**测试结果:** -
-
+
+