Idea @Autowired注入 Mapper报错

最近学习Spring-boot + Mybatis,发现强大的idea的居然没法识别注入的Mapper,@Autowired 后直接报错。

Idea @Autowired注入 Mapper报错_第1张图片

虽然不影响项目运行但是红色error辣眼睛,最后找到在@Mapper注解后面添加@Repository,不用去粗暴关闭idea中Autowired不成功的提示了,毕竟智能提示是idea一大利器。

Idea @Autowired注入 Mapper报错_第2张图片

最后在原来报错的地方,消失了,idea在我心中的形象又高大了起来!

你可能感兴趣的:(2019-04,注入Mapper报错,Could,not,autowire)