解决Error creating bean with name 'XXX': Unsatisfied dependency expressed through field'XXX'nested exc

Spring在整合Mybatis时出现下列错误
解决Error creating bean with name 'XXX': Unsatisfied dependency expressed through field'XXX'nested exc

这个错误比较好找:
先找mybatis中实体类和xml的配置,看配置信息是否正确
解决Error creating bean with name 'XXX': Unsatisfied dependency expressed through field'XXX'nested exc
我的错误是出现在paramterType没有配置正确

然后依次找mapper接口是否有对应的方法

然后serives和serviceImpl有没有对应的方法和有没有在serviceImpl标明注解@service

细心的去找,肯定是哪里马虎了

说在最后的话:编写实属不易,若喜欢或者对你有帮助记得点赞+关注或者收藏哦~