org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com

发布于 2022-01-02 01:02:28 字数 998 浏览 936 评论 2

org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com

 available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1644)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1203)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1164)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
    ... 24 common frames omitted
 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明月松间行 2022-01-03 00:50:59

它提示你使用Autowired(required=true)    true表示必须,依赖注入为必须, 分析到这里,就说明你的依赖是null
所以先看你的依赖是不是在容器里

遇到问题首先要分析原因,不要老是一遇到问题就发文找人,要学会处理,这样才能成长

输什么也不输骨气 2022-01-02 04:21:46

没有找到对应的bean

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文