首页 > 学院 > 开发设计 > 正文

Strust2.1+spring+hibernate注释不生效的问题

2019-11-14 10:15:32
字体:
来源:转载
供稿:网友

   1、今天学习了一下SSH配置,发现用Struts注解是怎么也不能生效,查了很长时间,终于发现Struts2.1需要配置常量

<!-- 相当于普通xml配置中的extends,指定默认的继承包 --><constant name="struts.convention.default.parent.package" value="struts-default" /><!-- 结果资源所在路径,这个地方要注意,详见下面解释 --><constant name="struts.convention.result.path" value="/jspPage" /><!-- 指定以那些后缀结尾的java类package包被搜索,以发现注解 --><constant name="struts.convention.package.locators" value="web,action" />复制代码指定注释相关包才能生效,入坑!

参见下列前辈

http://www.VEVb.com/iuranus/archive/2013/05/14/3077328.html

http://blog.sina.com.cn/s/blog_57769b7b0100tq6k.html


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表