为了账号安全,请及时绑定邮箱和手机立即绑定

在测试时,无法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.

在测试时,无法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.

正在回答

3 回答

可以不用再mapper接口上加@Repository。在启动类或者配置类中配置对Mapper接口包扫描路径即可,配置的注解为@MapperScan


0 回复 有任何疑惑可以回复我~
#1

老猿

例如@MapperScan("com.abc.mapper")
2020-01-10 回复 有任何疑惑可以回复我~

加个@Repository或者Component就行

0 回复 有任何疑惑可以回复我~

你的userMapper中有没有

extends BaseMapper<User>


0 回复 有任何疑惑可以回复我~
#1

weixin_慕仔5099405 提问者

找到方法了,idea下在mapper接口添加注解@Repository
2020-01-10 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在测试时,无法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信