tag 6-3 的order 无法启动,控制台报错如下:
***************************
APPLICATION FAILED TO START
***************************
Description:
Field productClient in com.imooc.order.service.impl.OrderServiceImpl required a bean of type 'com.imooc.product.client.ProductClient' that could not be found.
Action:
Consider defining a bean of type 'com.imooc.product.client.ProductClient' in your configuration.
Process finished with exit code 1
Idea中也提示没有 ProductClient Type。
但在Maven 中确实已经引入了这个依赖,不知是什么原因导致的。
SpringCloud组件实现微服务,【已升级Finchley.Release】
了解课程