Updated from netflix

This commit is contained in:
Ryan Baxter
2018-02-20 15:34:38 -05:00
parent 26d8e6450b
commit 30d9245821
9 changed files with 273 additions and 9 deletions

View File

@@ -161,6 +161,9 @@ feign:
- com.example.FooRequestInterceptor
- com.example.BarRequestInterceptor
decode404: false
encoder: com.example.SimpleEncoder
decoder: com.example.SimpleDecoder
contract: com.example.SimpleContract
----
Default configurations can be specified in the `@EnableFeignClients` attribute `defaultConfiguration` in a similar manner as described above. The difference is that this configuration will apply to _all_ feign clients.