HaojunRen / feign-okhttp-spring-cloud-starter

Spring Cloud Feign OkHttp client

Home Page:http://square.github.io/okhttp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud Netflix Feign OkHttp

A Spring Cloud Feign extension that configures OkHttp.

Build Status Coverage Status

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

About

Spring Cloud Feign OkHttp client

http://square.github.io/okhttp/

License:Apache License 2.0


Languages

Language:Java 100.0%