【Exception】Could not autowire. no bean of UserMapper found Mybatis
温馨提示:
本文最后更新于 2020年08月24日,已超过 1,544 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
在使用mybatis注册的时候出现如标题错误,
如图:
找了半天,发现在UserMapper的时候没有添加@Service注解
添加完后,错误消失
数据库连接错误
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
检查url,发现端口搞错了
所以,需要谨慎操作
正文到此结束
- 本文标签: Mysql Mybatis Spring Boot
- 本文链接: http://www.unknowtime.top/article/99
- 版权声明: 本文由仓颉大哥原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权