解决springboot启动userMapper类找不到错误

报错行里有这样的提示:
Unsatisfied dependency expressed through field 'baseMapper';
修改yml文件中mybatis-plus项:

mybatis-plus:
  type-aliases-package: com.peanut.entity
  mapper-locations: classpath:/src/main/resources/mapper/*Mapper.xml

解决springboot启动userMapper类找不到错误
其他springboot启动可能存在的问题:
完全解决idea中com.baomidou报错
解决springboot启动项目url报错问题

上一篇:C++ primer plus 8.8_6


下一篇:Mybatis-Plus学习笔记(详)