Spring Cloud Netflix Feign OkHttp
A Spring Cloud Feign extension that configures OkHttp.
Features
Configures Feign to use OkHttp.
Setup
Add the Spring Cloud starter to your project:
<dependency>
<groupId>io.jmnarloch</groupId>
<artifactId>feign-okhttp-spring-cloud-starter</artifactId>
<version>1.0.0</version>
</dependency>
Properties
The only supported property is feign.okhttp.enabled
which allows to disable this extension.
feign.okhttp.enabled=true
License
Apache 2.0