mvc一些配置檔案的存放位置

2021-06-22 03:12:36 字數 1119 閱讀 4720

web.xml中classpath:和classpath*:  有什麼區別? 

classpath:只會到你的class路徑中查詢找檔案;

classpath*:不僅包含class路徑,還包括jar檔案中(class路徑)進行查詢.

存放位置:

1:src下面

需要在web.xml中定義如下:

contextconfiglocation

< /context-param>

2:web-inf下面

需要在web.xml中定義如下:

contextconfiglocation

< /context-param>

web.xml 通過contextconfiglocation配置spring 的方式

ssi框架配置檔案路徑問題:

struts2的 1個+n個 路徑:src+src(可配置) 名稱: struts.xml + n

ibatis 的 1個+n個 路徑: src+src(可配置) 名稱: sqlmapconfig.xml + n

部署到tomcat後,src目錄下的配置檔案會和class檔案一樣,自動copy到應用的 classes目錄下

配置web.xml使這2個路徑一致:

contextconfiglocation

< /context-param>

多個配置檔案的載入

contextconfiglocation

contextconfiglocation 引數定義了要裝入的 spring 配置檔案。

還有最好把所有spring配置檔案都放在乙個統一的目錄下,如果專案大了還可以在該目錄下分模組建目錄。這樣程式看起來不會很亂。

在web.xml中的配置如下:

xml**

< param-name>contextconfiglocation

< /context-param>

"**/"表示的是任意目錄;

你自己可以根據需要修改。最好把所有spring配置檔案都放在乙個統一的目錄下,如:

contextconfiglocation

< /context-param>

Ubuntu vimrc配置檔案存放位置

ubuntu如何設定vi 下文對ubuntu vimrc的設定適用於ubuntu與fedora系統,其他系統沒有得到驗證。在ubuntu中vim的配置檔案存放在 etc vim目錄中,配置檔案名為ubuntu vimrc ubuntu vimrc已被廣泛應用但是也在不斷的更新,這裡介紹ubuntu ...

關於spring的配置檔案存放位置問題

對於sping的應用,一直是馬馬虎虎,包括現在。今天在做乙個spingmvc的例子的時候,web.xml中關於spring的listener的引數配置丟擲了異常,我試了兩次,總結個大概,方便以後的開發中檢視。我們一般的web.xml檔案中這樣寫的 在其中的 這裡,如果不是contextconfigl...

apache裡的一些配置檔案備註

serveradmin 757927051 qq.com documentroot e www servername seo666.cn serveralias www.seo666.cn seo666.cn errorlog logs dummy host.x error.log customlo...