mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
Fixes #1459
This commit is contained in:
@@ -989,7 +989,7 @@ class FooController {
|
||||
|
||||
@Autowired
|
||||
public FooController(
|
||||
ResponseEntityDecoder decoder, SpringEncoder encoder, Client client) {
|
||||
Decoder decoder, Encoder encoder, Client client) {
|
||||
this.fooClient = Feign.builder().client(client)
|
||||
.encoder(encoder)
|
||||
.decoder(decoder)
|
||||
|
||||
Reference in New Issue
Block a user