Spring Cloud Starter for Feign, a declarative HTTP client, now deprecated in favor of spring-cloud-starter-openfeign.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
<version>1.4.7.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Declare a Feign client interface.
Replace dependency with org.springframework.cloud:spring-cloud-starter-openfeign and update imports to org.springframework.cloud.openfeign.FeignClient.
No dependency data recorded yet.