1. 程式人生 > >struts2配置檔案的載入順序和優先順序

struts2配置檔案的載入順序和優先順序

1.優先順序         web.xml > struts.properties > struts.xml > default.properties

 2.載入順序         1.default.properties檔案          作用:定義了struts2框架中所有常量          位置: org/apache/struts2/default.properties

        2.struts-default.xml          作用:配置了bean,interceptor,result等。          位置:在struts的core核心jar包.                   struts-plugin.xml          它是struts2框架中所使用的外掛的配置檔案。                  struts.xml          我們使struts2所使用的配置檔案。                  3.struts.properties          就是可以自定義常量。                  4.web.xml