Feign Service autowired失败

158 阅读1分钟

Description: 

 Field skuRemoteService in com.gavin.service.impl.OrderServiceImpl required a bean of type 'com.gavin.rpcservice.SkuRemoteService' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)

Action: 

 Consider defining a bean of type 'com.gavin.rpcservice.SkuRemoteService' in your configuration.

@EnableFeignClients