controller类注入Service类出现Could not autowire. No beans of ‘ProductService’ type found 。 解决方法: Service实现类里添加@Component这样就能找到了 相关文章: 2021-04-25 2021-08-27 2021-06-04 2021-07-13 2021-07-29