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>
相關文章
相關標籤/搜索