码迷,mamicode.com
首页 > 编程语言 > 详细

struts2中配置多个struts.xml配置文件

时间:2016-12-21 22:19:46      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:struts2   struts.xml   java   

一般来说我们在做开发的时候,是一个团队,我们可能会按照人来分不同的模块,每个人维护自己不同的struts配置文件,但在最后整合的时候,一定要把各人所用到的配置文件都整合进来,这里有一个方法,用是在你写的主要的配置文件中把别的配置文件导进来.

在struts.xml中加入下面的文字就可以解决了

<include file="struts-default.xml">

< include file="struts_helei.xml" />

<include file="struts_zou.xml" /><include file="struts-default.xml">

<include file="struts_helei.xml"><include file="struts_zou.xml"><include file="struts-default.xml">

<include file="struts_helei.xml">

<include file="struts_zou.xml"></include></include></include></include></include></include><include file="struts-default.xml">

<include file="struts_helei.xml">

<include file="struts_zou.xml"></include></include>

</include><include file="struts_mu.xml"></include>

技术分享:www.kaige123.com

struts2中配置多个struts.xml配置文件

标签:struts2   struts.xml   java   

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
凯哥学堂
加入时间:2016-10-07
  关注此人  发短消息
java学习视频下载:www.kaige123.com
凯哥学堂”关注的人------(0
凯哥学堂”的粉丝们------(1
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!