Commit eff1f0d7 by Ryan Baxter Committed by GitHub

Fixes #1459

parent aec8ec43
...@@ -989,7 +989,7 @@ class FooController { ...@@ -989,7 +989,7 @@ class FooController {
@Autowired @Autowired
public FooController( public FooController(
ResponseEntityDecoder decoder, SpringEncoder encoder, Client client) { Decoder decoder, Encoder encoder, Client client) {
this.fooClient = Feign.builder().client(client) this.fooClient = Feign.builder().client(client)
.encoder(encoder) .encoder(encoder)
.decoder(decoder) .decoder(decoder)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment