您好,登錄后才能下訂單哦!
這篇文章主要介紹了spring web.xml指定配置文件過程解析,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友可以參考下
<context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:spring-beans.xml</param-value> </context-param>
指定多個配置文件用,隔開。
<listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
在web應用啟動的,ContextLoaderListener讀取contextConfigLocation中定義的xml文件,自動裝配ApplicationContext的配置信息,
并產生WebApplicationContext對象,然后將這個對象放置在ServletContext的屬性里,
這樣我們就可以在servlet里得到WebApplicationContext(spring容器上下文)對象。
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內容。