美文网首页
Struts注解的坑,@Action注解不会被映射(无效)

Struts注解的坑,@Action注解不会被映射(无效)

作者: 罗正权 | 来源:发表于2016-07-07 21:09 被阅读290次

    原因:Struts2.1开始,默认之后扫描struts, struts2, action, or actions包下,实现com.opensymphony.xwork2.Action接口,或继承com.opensymphony.xwork2.ActionSupport的类,因此,不在该规定包下的Action通过@Action注解配置都是无效。
    解决方法:<constant name="struts.codebehind.defaultPackage" value="struts, struts2, action,actions,Action所在的包名" />(默认:value="struts, struts2, action,actions")

    无标题.png
    参考文章

    相关文章

      网友评论

          本文标题:Struts注解的坑,@Action注解不会被映射(无效)

          本文链接:https://www.haomeiwen.com/subject/zvmljttx.html