問題: 在UserServiceImpl中注入mapper會出現(xiàn)如下問題: image.png 問題提示是:cant found userMapper,run時也會報錯 問題解決方法: 更改pom.xml文件中關于mybatis的配置: image.png