springboot报错记录(使用mybatis-plus)

ps:在使用mybatis-plus逆向工程生成代码搬到项目后出现的错误 报错信息:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘seckillController’: Unsatisfied dependency expressed through field ‘goodsService’
搜索网络的原理有大致有以下几点 1.mapper层需要手动添加一个@Mapper注解 或者在 启动类中添加@Mapperscan注解 2.在service层接口的实现类(也就是xxxserviceImpl)中添加@Service注解(不过代码生成器生成的代码一般不会出错) 3.就是yaml的配置文件中mybatis的mapper路径配置出错(我就是这里出错,找了半天)

springboot报错记录(使用mybatis-plus)最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/17288.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>