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>

 

posted @ 2019-10-17 17:46  天王星天  阅读(3899)  评论(0编辑  收藏  举报