码迷,mamicode.com
首页 > 其他好文 > 详细

在Controller注入Service报错的解决方法

时间:2018-09-07 00:52:58      阅读:386      评论:0      收藏:0      [点我收藏+]

标签:程序   ice   auto   eating   inject   com   tin   red   time   

Error creating bean with name ‘loginController‘: Injection of autowired dependencies failed

以上为报错信息,意思是创建bean loginController出错: 注入失败

dubbo的配置没有写所导致,在springmvc.xml加入下句后正常:
<dubbo:reference interface="cn.jhxcom.sso.service.LoginService" id="loginService" />

另外再service端的配置文件还要暴露服务,如下句:
<dubbo:service interface="cn.jhxcom.sso.service.LoginService" ref="loginServiceImpl" timeout="600000"/>

有这两句后程序正常。

在Controller注入Service报错的解决方法

标签:程序   ice   auto   eating   inject   com   tin   red   time   

原文地址:https://www.cnblogs.com/zhangxj/p/9602002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!