码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-08-12 23:09:01      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:

包含其他配置文件
技术分享

  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>





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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!