91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

在Spring項目中實現分布式session

發布時間:2020-11-19 15:42:18 來源:億速云 閱讀:187 作者:Leah 欄目:編程語言

在Spring項目中實現分布式session?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

1. 引入Spring Session maven依賴

<!-- spring session begin -->
  <dependency>
   <groupId>redis.clients</groupId>
   <artifactId>jedis</artifactId>
   <version>2.9.0</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.data</groupId>
   <artifactId>spring-data-redis</artifactId>
   <version>1.5.2.RELEASE</version>
  </dependency>
  <dependency>
   <groupId>org.springframework.session</groupId>
   <artifactId>spring-session</artifactId>
   <version>1.3.1.RELEASE</version>
  </dependency>
  <!-- spring session end -->

2. Spring配置文件中添加Spring Session相關配置(這里重點體現Spring Session,因此并沒有列出redis相關配置,需要可參考實例代碼)

 <!-- Spring Session begin -->
 <bean id="redisHttpSessionConfiguration"
  class="org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration">
  <property name="maxInactiveIntervalInSeconds" value="1800" />
 </bean>
 <!-- Spring Session end -->

3. 在web.xml中配置Spring Session的Filter,它必須放在所有Filter的前面

<!-- 添加一個session代理filter,來包裝Servlet的getSession,需要放在所有filter鏈最前面 -->
 <filter>
  <filter-name>springSessionRepositoryFilter</filter-name>
  <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
 </filter>
 <filter-mapping>
  <filter-name>springSessionRepositoryFilter</filter-name>
  <url-pattern>/*</url-pattern>
 </filter-mapping>

看完上述內容,你們掌握在Spring項目中實現分布式session的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新兴县| 浦东新区| 高安市| 隆子县| 砀山县| 洞口县| 界首市| 安龙县| 乐昌市| 定结县| 中西区| 恩施市| 泰来县| 哈巴河县| 余庆县| 瑞安市| 错那县| 湖北省| 新巴尔虎右旗| 濉溪县| 大竹县| 东丽区| 无棣县| 资阳市| 嘉义县| 偏关县| 启东市| 惠安县| 仪陇县| 华阴市| 新竹市| 永宁县| 红河县| 锦屏县| 舞阳县| 沭阳县| 白城市| 招远市| 沁源县| 金阳县| 沽源县|