您的位置:首页 > 编程语言 > Java开发

org.springframework.beans.factory.BeanCreationException

2010-07-14 13:53 465 查看
错误:org.springframework.beans.factory.BeanCreationException: Error creating bean with name '/company/list': Injection of resource fields failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.hqhop.hqhopsvc.tech.service.client.CompanyService] is defined: Unsatisfied dependency of type [interface com.hqhop.hqhopsvc.tech.service.client.CompanyService]: expected at least 1 matching bean

解决:

<context:component-scan base-package="com.hqhop.hqhopsvc.tech.bean" /> 没有找到实体bean,包导入问题。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐