这个报错我也不知道怎么解决
报错信息已经说了,你的 UserMapper 没有定义,是不是没有加注解之类的?
UserMapper 的代码贴一下
你这个 mapper 少了注解,@Mapper,@Repository.