OpenFeign服务调用遇见的错误

作者:神秘网友 发布时间:2020-09-22 07:52:45

OpenFeign服务调用遇见的错误

OpenFeign服务调用遇见的错误

OpenFeign服务调用遇见的错误

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-09-14 23:56:46.438 ERROR 16188 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field paymentService in com.atldy.springcloud.controller.OrderHystrixController required a bean of type 'com.atldy.springcloud.service.PaymentService' 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.atldy.springcloud.service.PaymentService' in your configuration.

OpenFeign服务调用遇见的错误

主启动类忘了加@EnableFeignClients注解

OpenFeign服务调用遇见的错误相关教程

  1. office365+outlook 邮箱收发件服务器地址
  2. office365+outlook 邮箱收发件服务器地址
  3. Windows Storage Server 2008做存储服务器应用案例
  4. 有道云app项目测试框架构建:通过配置文件调用新增笔记测试脚本
  5. 服务计算第一次作业
  6. grpc-go 调用模式
  7. 服务计算作业一——安装go语言开发环境
  8. springboot中自定义starter(短信服务)