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