mapper对象为空

Cannot invoke "*.mapper.*Mapper.insert(Object)" because "this.*Mapper" is null

一直报Mapper对象为空,是没有注入的原因
添加注解@Autowired即可

@Autowired
    private AuthorInfoMapper authorInfoMapper;
暂无评论

发送评论 编辑评论


				
上一篇
下一篇