为什么@Autowired 和private UserDOMapper userDOMapper有错但还能执行

来源:2-4 Mybatis自动生成器使用方式

慕侠1154255

2021-01-14 14:29

http://img4.mukewang.com/5fffe47400012bfd07130189.jpg

Could not autowire. No beans of 'UserDOMapper' type found.

但在浏览器中出现了结果?

为什么??

写回答 关注

1回答

  • 慕九州713638
    2021-01-15 05:03:55

    autowired应该是idea建议使用construtor来构建的一种引入方式 mapper上的红线是idea和mybatis融合的不好的问题 不影响使用 如果你看着难受可以在mapper的接口文件里的头部加上@Repository注解

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49021 学习 · 954 问题

查看课程

相似问题