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路径配置出错(我就是这里出错,找了半天)
共有 0 条评论