我升级了Struts2版本,包括
并将代码添加到struts.xml
<constant name="struts.enable.DynamicMethodInvocation" value="true"/>
<constant name="struts.convention.action.mapallmatches" value="true"/>
我没有使用freemarker,但我也将jar添加到&#34; WEB-INF / lib&#34;
pom.xml
也升级了。
tomcat启动时没有异常。
但是我的项目总是显示&#34; 404&#34;,控制台没有显示消息。
我该怎么办?
答案 0 :(得分:0)
键在属性文件中区分大小写。 struts.xml
中使用了相同的密钥。请参阅文档Class PropertyResourceBundle。
<constant name="struts.convention.action.mapAllMatches" value="true"/>