博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
o.s.b.d.LoggingFailureAnalysisReporter
阅读量:6193 次
发布时间:2019-06-21

本文共 641 字,大约阅读时间需要 2 分钟。

1、错误信息

***************************APPLICATION FAILED TO START***************************Description:Field userMapper in club.sscai.userservice.user.service.UserService required a bean of type 'club.sscai.userservice.user.mapper.UserMapper' 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 'club.sscai.userservice.user.mapper.UserMapper' in your configuration.

 

2、解决问题

程序启动入口少了 @MapperScan(basePackages = "club.sscai.userservice.user")  扫描 mapper 包的注解

转载于:https://www.cnblogs.com/niceyoo/p/10034551.html

你可能感兴趣的文章
ruby之各种概念
查看>>
array_column php 函数 自定义版本 php_version<5.5
查看>>
关于大型网站技术演进的思考(十八)--网站静态化处理—反向代理(10)
查看>>
RHCS集群理论暨最佳实践
查看>>
第3章 Java语言基础----声明常量
查看>>
iPhone取消软件更新上边的1
查看>>
CentOS禁用root本地或远程ssh登录
查看>>
多表连接的三种方式详解 hash join、merge join、 nested loop
查看>>
SQL Server 自定义函数(1)把某一列多行的值拼接成一个字符串
查看>>
ASP Request.ServerVariables 参数集
查看>>
矩阵键盘 数码管
查看>>
何谓集群
查看>>
hive建表没使用LZO存储格式,可是数据是LZO格式时遇到的问题
查看>>
Elasticsearch教程(九) elasticsearch 查询数据 | 分页查询
查看>>
magento megatron主题加入中文
查看>>
前端性能优化之优化图片 && 优化显示图片
查看>>
select标签中option内容加链接
查看>>
C分配struct变量一个不理解的地方
查看>>
令牌桶算法限流
查看>>
PHP从数组中找到指定元素的位置
查看>>