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

Struts2_HelloWorld_5

时间:2017-04-05 17:54:30      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:版本   conf   struts   2.3   hello   val   需要   源码   img   

1、设置开发模式:

  更换配置文件中的 action name="hello_struts",重新访问会出错,因为配置没有立刻响应文件的即时修改。
  需要加上配置 <constant name="struts.configuration.xml.reload" value="true"/>
  然后重新启动,以后修改配置文件就会马上有反馈。

  试过<constant name="struts.devMode" value="true" />,没用。
2、读源码
导入源码:以struts2-core-2.3.16.1.jar 为例

技术分享

技术分享

就可以查看源码了:

技术分享
查看java docs 文档,在这个版本(2.3.16)我还没找到方法。

Struts2_HelloWorld_5

标签:版本   conf   struts   2.3   hello   val   需要   源码   img   

原文地址:http://www.cnblogs.com/ShawnYang/p/6669511.html

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