controller类注入Service类出现Could not autowire. No beans of ‘ProductService’ type found 。
IDEA出现 Could not autowire. No beans of 'ProductService' type found.
IDEA出现 Could not autowire. No beans of 'ProductService' type found.

解决方法: Service实现类里添加@Component这样就能找到了

IDEA出现 Could not autowire. No beans of 'ProductService' type found.

相关文章:

  • 2021-04-25
  • 2021-08-27
  • 2021-06-04
  • 2021-07-13
  • 2021-07-29
猜你喜欢
  • 2021-12-10
  • 2021-05-20
  • 2021-08-13
  • 2021-11-22
  • 2021-05-31
  • 2021-06-29
  • 2021-08-11
相关资源
相似解决方案