weixin_慕仔5099405
2020-01-10 09:50
在测试时,无法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.
可以不用再mapper接口上加@Repository。在启动类或者配置类中配置对Mapper接口包扫描路径即可,配置的注解为@MapperScan
加个@Repository或者Component就行
你的userMapper中有没有
extends BaseMapper<User>
MyBatis-Plus入门
56140 学习 · 381 问题
相似问题