diff --git a/distributed-solution/spring-session/README.md b/distributed-solution/spring-session/README.md index 4ad7f09..d71e5a0 100644 --- a/distributed-solution/spring-session/README.md +++ b/distributed-solution/spring-session/README.md @@ -1,20 +1,22 @@ # Spring 实现分布式 Session - - + + + ## 一、项目结构 分布式 Session 主要配置文件为 spring-session.xml 和 web.xml,其他的配置为标准的 web 工程的配置:
+ ## 二、实现分布式 Session ### 2.1 基本依赖 @@ -187,9 +189,11 @@ session 信息展示页面 (home.jsp): Tomcat 1 配置:
+ Tomcat 2 配置:
+ **测试结果:**