【Struts2学习笔记-4】包含其他配置文件

包含其他配置文件


  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE struts PUBLIC
  3. "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
  4. "http://struts.apache.org/dtds/struts-2.0.dtd">
  5. <struts>
  6. <!-- 引用模块的配置文件 -->
  7. <include file="xxxx.xml"></include>
  8. </struts>





原文地址:https://www.cnblogs.com/ssslinppp/p/4725654.html