How to set custom Feign client connection timeout?
问题 I have Spring Boot application with this Gradle dependencies: compile("org.springframework.cloud:spring-cloud-starter-eureka") compile("org.springframework.cloud:spring-cloud-starter-feign") compile("org.springframework.cloud:spring-cloud-starter-ribbon") compile("org.springframework.cloud:spring-cloud-starter-hystrix") compile("org.springframework.cloud:spring-cloud-starter-config") Also I have Feign client: @FeignClient(name = "client") public interface FeignService { @RequestMapping(value