您的位置:首页 > 编程语言 > Java开发

struts2加载多个配置文件

2012-10-16 09:54 323 查看
 

在Struts2.0 中加载多个
struts.xml   ,用<include
file="........"></include>

<struts>
<include file="com/test/user/action/user_struts.xml"></include>
<include file="com/test/shop/action/shop_struts.xml"></include>
</struts>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  struts include file