错误报告:
Description:
Field commentMapper in com.qc.qc_blog.service.impl.CommentServiceImpl required a bean of type ‘com.qc.qc_blog.mapper.CommentMapper’ that could not be found.
The injection point has the following annotations:
– @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type ‘com.qc.qc_blog.mapper.CommentMapper’ in your configuration.
这个错误的原因是Mapper下面的没有加上@Mapper注解 自动配置找不到文件
像下图这样将函数加上@Mapper的注解即可
2021.6.25 草稿箱整理
后记:
这个是前面写的草稿,但是在学习了maven项目的现在又觉得这是一个很浅显的问题了,但是关于service和implement的东西暂时还未弄明白,等后面再来整理和补充
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/114568.html