struts2中的6大配置檔案
Struts2按照如下順序載入struts2的配置:
1、default.properties:該檔案儲存在struts2-core-x.x.x.jar的org.apache.struts2包中。org.apache.struts2這個包裡面儲存了strut2預設的常量配置
2、struts-default.xml:該檔案儲存在truts2-core-x.x.x.jar中,檔案用於配置框架依賴的物件配置和結果型別以及攔截器等的配置
3、struts-plugin.xml:該檔案儲存在struts2框架的外掛(struts-xxx-0.0.0.jar,0.0.0代指版本號)中,由外掛提供。
4、struts.xml:該檔案是web應用預設的struts配置檔案,配置自定義的action和其他資訊
5、struts.properties:struts的預設的配置檔案,可以用於覆蓋default.properties檔案中的屬性。
6、web.xml
上面的六個配置檔案,1、2、3中的三個檔案是框架自帶的,我們只能使用,不可修改
相關文章
- Struts2 配置檔案(八)
- Struts2的properties配置檔案詳解
- struts2:多模組多配置檔案開發
- Laravel 中的配置檔案Laravel
- Struts2的檔案上傳下載
- SpringBoot專案中獲取配置檔案的配置資訊Spring Boot
- struts2配置中的method{數字}屬性
- Spring - 配置檔案中的特殊字元Spring字元
- Activity配置檔案中的intent-filterIntentFilter
- struts2的工作原理與檔案結構
- struts2檔案下載及 inputStream的理解
- Deployer recipe中Laravel配置檔案Laravel
- java中讀取配置檔案Java
- Golang專案中讀取配置檔案Golang
- struts2 檔案上傳為空
- .Net Core中的配置檔案原始碼解析原始碼
- 請問如何部署jboss中的配置檔案.
- Struts2中 Result型別配置詳解型別
- struts2的struts.xml檔案的元素結構XML
- java中讀取.properties配置檔案Java
- apache 配置檔案的配置(轉)Apache
- SpringBoot專案配置檔案中密碼的加密Spring Boot密碼加密
- ssm的配置檔案SSM
- 解決kettle配置檔案中的中文亂碼
- WCF中的web.config配置檔案Web
- 解決RHEL5.0中YUM的配置檔案
- tomcat啟動或,struts2需要載入哪些配置檔案,載入順序Tomcat
- C#中讀寫INI配置檔案C#
- struts2中struts.xml和web.xml檔案解析及工作原理XMLWeb
- Git配置配置檔案Git
- Orace RAC安裝-DNS安裝-配置/var/named/檔案中的2個檔案DNS
- Structs的配置檔案都在一個檔案(struct-config.xml)中嗎?StructXML
- Centos7 中 Systemd 的Unit檔案配置說明CentOS
- redis配置檔案中的保護模式protected-modeRedis模式
- Centos系統中 Systemd 的Unit檔案配置說明CentOS
- xcode配置檔案中,Architectures表示的意義XCode
- Struts2框架的檔案上傳--common-fileupload框架
- Spring - 配置檔案中的classpath: 和 classpath*: 的區別Spring