直接上代码
struts.xml:
<struts>
<include file="helloworld.xml"></include>
<include file="/a/b/c/helloworld.xml"></include>
</struts>
其中的helloworld.xml
和/a/b/c/helloworld.xml
文件就是正常的struts配置文件,里面也有struts
标签等,也要有xml的约束声明
直接上代码
struts.xml:
<struts>
<include file="helloworld.xml"></include>
<include file="/a/b/c/helloworld.xml"></include>
</struts>
其中的helloworld.xml
和/a/b/c/helloworld.xml
文件就是正常的struts配置文件,里面也有struts
标签等,也要有xml的约束声明
本文标题:struts指定多个配置文件
本文链接:https://www.haomeiwen.com/subject/uydumxtx.html
网友评论