强烈推荐大家使用IntelliJ IDEA不用自己导包,方便得多,我倒腾了一天eclipse都没跑起来,IntelliJ IDEA用了一会就跑起来了
2017-08-02
eclipse+struts2.5.10.1
https://github.com/hgbssh/FirstStruts2/
https://github.com/hgbssh/FirstStruts2/
2017-07-31
我们都是在web.xml配置的
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
2017-07-29
需要知道每一步是为什么就点击这个URL吧! URL:http://blog.csdn.net/lenotang/article/details/2782813
2017-07-28
按照慕课网struts2入门和拦截器总结的博客地址http://www.cnblogs.com/kundeg/p/7188633.html
,github地址为:https://github.com/unbelievableme/maven_hibernate-struts-spring/tree/master/struts2
,github地址为:https://github.com/unbelievableme/maven_hibernate-struts-spring/tree/master/struts2
2017-07-21