idea中Could not autowire. No beans of 'xxxxMapper' type found.问题解决
生活随笔
收集整理的這篇文章主要介紹了
idea中Could not autowire. No beans of 'xxxxMapper' type found.问题解决
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
idea中Could not autowire. No beans of 'xxxxMapper' type found.問題解決
解決方案:
建議給Mapper增加@Repository注解,并加入包名到spring配置文件的掃描范圍
不建議降低idea的Autowired檢測級別
問題復(fù)現(xiàn):
?
說明:
Mapper不需要標(biāo)注@Repository注解并且無需實(shí)現(xiàn)類,是因?yàn)閙ybatis的xml配置文件配置了Mapper工廠,Mapper接口會自動生成實(shí)現(xiàn)類,并交由Spring管理。
?
轉(zhuǎn)載于:https://www.cnblogs.com/innerserenity/p/11134075.html
總結(jié)
以上是生活随笔為你收集整理的idea中Could not autowire. No beans of 'xxxxMapper' type found.问题解决的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 六种 主流ETL 工具的比较(DataP
- 下一篇: 计算机小网络小笔记