问题
启动项目时报错, Unsatisfied dependency expressed through field 'baseMapper...'。
解决
在继承了baseMapper类上添加@Mapper注解。
博客主要讲述了Spring Boot项目启动时遇到的问题及解决办法。启动项目报错‘Unsatisfied dependency expressed through field 'baseMapper...'’,解决办法是在继承了baseMapper类上添加@Mapper注解。
启动项目时报错, Unsatisfied dependency expressed through field 'baseMapper...'。
在继承了baseMapper类上添加@Mapper注解。
6860
2699

被折叠的 条评论
为什么被折叠?