***************************
APPLICATION FAILED TO START
***************************
Description:
A component required a bean of type 'org.springframework.cloud.netflix.feign.FeignContext' that could not be found.
- Bean method 'feignContext' not loaded because @ConditionalOnClass did not find required class 'feign.Feign'
pom文件中添加依赖:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
</dependency>
启动类上添加:
@EnableFeignClients