Could not autowire. No beans of ‘UserMapper‘ type found.
Posted 时光-ing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not autowire. No beans of ‘UserMapper‘ type found.相关的知识,希望对你有一定的参考价值。
报红内容: 在这里可以发现userMapper处爆红,显示Could not autowire. No beans of ‘UserMapper’ type found.,但是在程序运行过程中并未影响其执行的结果。
解决办法:
@Resource是JDK提供的,通过name名字查找;而Autowired是Spring提供的,通过type类型查找。
这里我们只需要将Autowired改为Resource即可解决问题。
以上是关于Could not autowire. No beans of ‘UserMapper‘ type found.的主要内容,如果未能解决你的问题,请参考以下文章
Java--使用@Autowired报错Could not autowire. No beans of ‘XX‘ type found.
分享知识-快乐自己:intellij Idea报错Could not autowire. No beans of...
Spring Batch 解决 Could not autowire. No beans of ‘StepBuilderFactory‘ type found.
Could not autowire. No beans of ‘xxx” type found(三种方法)
Could not autowire. No beans of 'TbItemMapper' type found. less... (Ctrl+F1) Checks autowir