中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

在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

长宁县| 托克逊县| 南雄市| 海南省| 朝阳县| 阿城市| 磐安县| 黄浦区| 翼城县| 车致| 武安市| 纳雍县| 织金县| 海伦市| 汽车| 桓台县| 平乡县| 库尔勒市| 会同县| 扎赉特旗| 庆阳市| 孟连| 塘沽区| 湘乡市| 内黄县| 宁南县| 天全县| 安顺市| 东平县| 武宁县| 涟水县| 涞源县| 六盘水市| 石阡县| 武隆县| 渝北区| 涟源市| 沛县| 宜川县| 利津县| 泽普县|