Struts2 配置檔案(八)
1.struts2配置檔案的分類
2.配置檔案的作用詳情
1.內部配置檔案:有struts2自動載入,對其自身進行配置(struts-default.xml,struts-plugin.xml 等)
2.開發人員使用的配置檔案:有開發人員使用,用於對web應用進行配置。比如 web.xml,struts.xml struts.propeties.
2.配置檔案的作用詳情
配置檔案 | 是否可選 | 位置(相對webapp) | 說明 |
web.xml | 否 | /WEB-INF/ | web部署的描述檔案,包括所有必須的框架元件 |
struts.xml | 是 | /WEB-INF/ | Struts2框架的主要配置檔案,包含action的對映,result對映和攔截器配置等 |
struts.properties | 是 | /WEB-INF/classes | Struts2框架的屬性配置檔案 |
struts-default.xml | 是 | /WEB-INF/lib/struts2-core-x.x.x.jar | Struts2框架提供的預設配置 |
struts-plugin.xml | 是 | /WEB-INF/lib/struts-xxx-plugin.jar | Struts2框架的外掛的配置檔案 |
相關文章
- PostgreSQL-訪問策略配置檔案pg_hba.conf檔案(八)SQL
- 天龍八部架設IP配置檔案
- Struts2的檔案上傳下載
- Struts2配置-1
- struts2的工作原理與檔案結構
- Struts2配置後ClassNotFoundExceptionException
- Git配置配置檔案Git
- 在 IDEA 中配置 Struts2Idea
- vim配置檔案
- 8.4.4 配置檔案
- nginx配置檔案Nginx
- MySQL配置檔案MySql
- 【SpringBoot】配置檔案Spring Boot
- 配置檔案vimrc
- Nginx 配置檔案Nginx
- gitignore 檔案配置Git
- Maven 配置檔案Maven
- Springboot配置檔案Spring Boot
- mysql 配置檔案MySql
- docker 配置檔案Docker
- Maven配置檔案Maven
- SpringBoot(配置檔案)Spring Boot
- springboot系列學習(八):yml配置檔案,多環境下的相互切換Spring Boot
- 八、.net core(.NET 6)配置讀取appsettings檔案內容的通用功能APP
- mongodb配置檔案常用配置項MongoDB
- 【Python】配置檔案配置路徑Python
- php生成配置檔案config.php 生成陣列配置檔案PHP陣列
- 理解 Typescript 配置檔案TypeScript
- 3 springboot配置檔案Spring Boot
- Xcode配置檔案xcconfigXCode
- 【Mongo】mongo配置檔案Go
- Spring Boot 配置檔案Spring Boot
- Git修改配置檔案Git
- Linux常用配置檔案Linux
- Spring檔案最全配置Spring
- 熱更新配置檔案
- C#配置檔案C#
- 後端配置檔案後端
- 四、nvim配置檔案