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

溫馨提示×

溫馨提示×

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

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

web容器中實例化spring相關配置的示例分析

發布時間:2021-08-20 12:29:10 來源:億速云 閱讀:146 作者:小新 欄目:編程語言

這篇文章主要介紹web容器中實例化spring相關配置的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

web容器中實例化spring相關配置說明:

要想在web容器實例化時加載spring容器,web.xml文件中配置如下:

<context-param>
  <param-name>contextConfigLocation</param-name>
  <param-value>classpath:bean.xml</param-value>
</context-param>
<!-- 對Spring容器進行實例化的監聽器s -->
<listener>
   <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

說明:

默認情況下spring實例化時加載的是/WEB-INF/下的applicationContext.xml

<param-name>contextConfigLocation</param-name>

<param-value>classpath:bean.xml</param-value>指定了spring需要加載的文件(類路徑下的bean.xml文件)

如果配置文件有多個配置如下:

  <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
      classpath*:conf/spring/applicationContext_core*.xml,
      classpath*:conf/spring/applicationContext_dict*.xml,
      classpath*:conf/spring/applicationContext_hibernate.xml,
      classpath*:conf/spring/applicationContext_staff*.xml,
      classpath*:conf/spring/applicationContext_security.xml
      classpath*:conf/spring/applicationContext_modules*.xml
      classpath*:conf/spring/applicationContext_cti*.xml
      classpath*:conf/spring/applicationContext_apm*.xml
    </param-value>
  </context-param>

或者(使用空格隔開,如下配置:)

 <CONTEXT-PARAM>
     <PARAM-NAME>contextConfigLocation</PARAM-NAME>
     <PARAM-VALUE>
        applicationContext-database.xml applicationContext.xml
     </PARAM-VALUE> 
   </CONTEXT-PARAM>

以上是“web容器中實例化spring相關配置的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

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

AI

昆明市| 柳河县| 淮南市| 黑河市| 西城区| 安化县| 西丰县| 公主岭市| 长沙市| 麻栗坡县| 沿河| 斗六市| 宾川县| 沙河市| 奎屯市| 陆良县| 舒城县| 鲜城| 建始县| 宿州市| 贵德县| 灵宝市| 富宁县| 木兰县| 洛阳市| 太保市| 新巴尔虎右旗| 礼泉县| 布尔津县| 左云县| 天镇县| 博兴县| 上栗县| 邹城市| 大理市| 拉萨市| 谷城县| 九江县| 台南市| 永胜县| 长顺县|