使用springboot整合mybatis時出現Could not autowire. No beans of 'UserMapper' type found的解決辦法

在整合springboot和mybatis時,service層出現Could not autowire. No beans of ‘UserMapper’ type found.的錯誤。 將@Autowired修改成@Resource即可解決。 效果如下圖:
相關文章
相關標籤/搜索