|
|
@@ -35,8 +35,8 @@ feign:
|
|
|
enabled: true # 开启feign请求时的压缩, application client -> application service
|
|
|
mime-types: text/xml,application/xml,application/json # # 设置可以压缩的请求/响应的类型。
|
|
|
min-request-size: 512 # 当请求的数据容量达到多少的时候,使用压缩。默认是2048字节
|
|
|
- response:
|
|
|
- enabled: true # 开启feign技术响应时的压缩, application service -> application client
|
|
|
+# response:
|
|
|
+# enabled: true # 开启feign技术响应时的压缩, application service -> application client
|
|
|
resttemplate:
|
|
|
sentinel:
|
|
|
enabled: true
|