首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring的一个错误原因

2013-09-11 
spring的一个异常原因需要用到get方法,只是在action里面不能包含有接口的get方法, 如 private InterfaceSe

spring的一个异常原因



需要用到get方法,只是在action里面不能包含有接口的get方法,
如 private InterfaceService iService;
public InterfaceService getIService(){
return iService;
} 即:spring注入时,不需写get方法


我的异常网推荐解决方案:Servlet.service() for servlet default threw exception,http://www.myexception.cn/eclipse/181756.html

热点排行