报错行里有这样的提示: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启动可能存在的问题:
完全解决idea中com.baomidou报错
解决springboot启动项目url报错问题