struts2加载多个配置文件

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>

你可能感兴趣的:(struts2)