這篇文章主要介紹web容器中實(shí)例化spring相關(guān)配置的示例分析,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
成都創(chuàng)新互聯(lián)是一家專業(yè)的網(wǎng)站制作公司,提供的服務(wù)包括:成都品牌網(wǎng)站建設(shè),網(wǎng)站設(shè)計(jì),網(wǎng)頁(yè)設(shè)計(jì),我們是一家專業(yè)網(wǎng)站制作公司,做網(wǎng)站,我們是認(rèn)真的。我們是成都網(wǎng)站制作,成都網(wǎng)站建設(shè)的先行者,一切以客戶的利益為設(shè)計(jì)方向,能夠?yàn)椴煌袠I(yè)的客戶提供全面、長(zhǎng)期、深入的網(wǎng)絡(luò)解決方案。 成都創(chuàng)新互聯(lián)根據(jù)客戶的具體需求,提供從策劃、創(chuàng)意、制作、執(zhí)行等服務(wù)。web容器中實(shí)例化spring相關(guān)配置說(shuō)明:
要想在web容器實(shí)例化時(shí)加載spring容器,web.xml文件中配置如下:
contextConfigLocation classpath:bean.xml org.springframework.web.context.ContextLoaderListener
說(shuō)明:
默認(rèn)情況下spring實(shí)例化時(shí)加載的是/WEB-INF/下的applicationContext.xml
如果配置文件有多個(gè)配置如下:
contextConfigLocation 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
或者(使用空格隔開(kāi),如下配置:)
contextConfigLocation applicationContext-database.xml applicationContext.xml
以上是“web容器中實(shí)例化spring相關(guān)配置的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!