1. <dependency>
    2. <groupId>io.github.openfeign</groupId>
    3. <artifactId>feign-httpclient</artifactId>
    4. </dependency>
    1. feign:
    2. compression:
    3. request:
    4. enabled: true
    5. mime-types: text/xml,application/xml,application/json
    6. min-request-size: 2048
    7. response:
    8. enabled: true
    9. hystrix:
    10. enabled: true
    11. httpclient:
    12. enabled: true
    13. okhttp:
    14. enabled: true