Consider defining a bean of type 'com.*.*.feign.*FeignClient' in your configuration.

Description:

Field *FeignClient in com.*.*.service.* required a bean of type '***********' that could not be found.


Action:

Consider defining a bean of type 'com.*.*.feign.*FeignClient' in your configuration.

Disconnected from the target VM, address: '127.0.0.1:53871', transport: 'socket'

Process finished with exit code 1

添加依赖

<dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
原文地址:https://www.cnblogs.com/tianciliangen/p/11693636.html