Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmnarloch/feign-okhttp-spring-cloud-starter

Spring Cloud Feign OkHttp client
https://github.com/jmnarloch/feign-okhttp-spring-cloud-starter

Last synced: 4 days ago
JSON representation

Spring Cloud Feign OkHttp client

Awesome Lists containing this project

README

        

# Spring Cloud Netflix Feign OkHttp

> A Spring Cloud Feign extension that configures OkHttp.

[![Build Status](https://travis-ci.org/jmnarloch/feign-okhttp-spring-cloud-starter.svg?branch=master)](https://travis-ci.org/jmnarloch/feign-okhttp-spring-cloud-starter)
[![Coverage Status](https://coveralls.io/repos/jmnarloch/feign-okhttp-spring-cloud-starter/badge.svg?branch=master&service=github)](https://coveralls.io/github/jmnarloch/feign-okhttp-spring-cloud-starter?branch=master)

## Features

Configures Feign to use OkHttp.

## Setup

Add the Spring Cloud starter to your project:

```xml

io.jmnarloch
feign-okhttp-spring-cloud-starter
1.0.0

```

## Properties

The only supported property is `feign.okhttp.enabled` which allows to disable this extension.

```
feign.okhttp.enabled=true
```

## License

Apache 2.0