标签:程序 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"/>
有这两句后程序正常。
标签:程序 ice auto eating inject com tin red time
原文地址:https://www.cnblogs.com/zhangxj/p/9602002.html