当前位置: 代码迷 >> Java Web开发 >> struts2 spring 全注解,action默许不是单例模式
  详细解决方案

struts2 spring 全注解,action默许不是单例模式

热度:116   发布时间:2016-04-16 21:33:53.0
struts2 spring 全注解,action默认不是单例模式
这是为什么啊,求解啊
------解决思路----------------------
在action上用@Scope("prototype")注解
  相关解决方案