From 556387b2963a345618dfbc20288b1acfe7e991db Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:58:36 +0800 Subject: [PATCH] Update README.md --- .../spring-boot-session/README.md | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/distributed-solution/spring-boot-session/README.md b/distributed-solution/spring-boot-session/README.md index ccbe95d..ed8e389 100644 --- a/distributed-solution/spring-boot-session/README.md +++ b/distributed-solution/spring-boot-session/README.md @@ -1,15 +1,16 @@ # Spring Boot 实现分布式 Session - - + + + ## 一、项目结构
@@ -151,9 +152,11 @@ Session 信息展示页面 home.ftl: 应用 1 启动配置:
+ 应用 2 启动配置,需要用 `--server.port ` 指定不同的端口号:
+ **测试结果:**