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

 

添加依赖spring

<dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
相关文章
相关标签/搜索