写代码时候遇到了这个问题
Could not autowire. No beans of HeadLineService' type found.
提示这个错误,是因为在Service的实现类HeadLineServiceImpl中忘记在类的头部加注解@Service解决如下图。

SSM项目中遇到Could not autowire. No beans of ‘XXX‘ type found.错误

桃浪十七丶
2021-05-08
1691 0 0
点赞
收藏
评论区
加载中...

桃浪十七丶
2021-05-08
写代码时候遇到了这个问题
Could not autowire. No beans of HeadLineService' type found.
提示这个错误,是因为在Service的实现类HeadLineServiceImpl中忘记在类的头部加注解@Service解决如下图。
