spring+mvc扫描注解一直报错

org.springframework.beans.factory.NoSuchBeanDefinitionException:Nomatchingbeanoftype[... org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.service.UserService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)} 展开
 我来答
谭加巧
2018-05-28 · TA获得超过186个赞
知道小有建树答主
回答量:230
采纳率:79%
帮助的人:103万
展开全部
你的service使用spring容器管理了吗,service使用@service指定bean名字,也可以默认。
UserService 默认就是userService.你的注解扫描包 包含了你的bean定义吗。
Web层注入
@Autowired
@Qualifier("userService")
private UserService userService;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式