当前位置: 首页 > news >正文

怎么找人做网站啊万词优化

怎么找人做网站啊,万词优化,外包公司和公司直招哪个好,国家建设部门三类人员官方网站Springcloud OpenFeign 的实现(一) 一、Feign request/response 压缩 您可以考虑为您的外部请求启用请求或响应GZIP压缩。您可以通过启用以下属性之一来完成此操作: feign.compression.request.enabledtrue feign.compression.response.en…

Springcloud OpenFeign 的实现(一)

一、Feign request/response 压缩

您可以考虑为您的外部请求启用请求或响应GZIP压缩。您可以通过启用以下属性之一来完成此操作:

feign.compression.request.enabled=true
feign.compression.response.enabled=true

Feign 请求压缩给你的设置与你可能为你的Web服务器设置的类似:

spring.cloud.openfeign.compression.request.enabled=true
spring.cloud.openfeign.compression.request.mime-types=text/xml,application/xml,application/json
spring.cloud.openfeign.compression.request.min-request-size=2048

这些属性允许您选择压缩介质类型和最小请求阈值长度。
对于OkHttpClient之外的http客户端,可以启用默认gzip解码器以UTF-8编码解码gzip响应:

feign.compression.response.enabled=true
feign.compression.response.useGzipDecoder=true

二、Spring @MatrixVariable 的支持

Spring Cloud OpenFeign支持Spring@MatrixVariable注释。
如果将映射作为方法参数传递,则通过使用=连接映射中的键值对来创建@MatrixVariable路径段。
如果传递了不同的对象,则使用=将@MatrixVariable注释中提供的名称(如果已定义)或带注释的变量名称与提供的方法参数联接。

重要信息:
即使在服务器端,Spring也不要求用户将路径段占位符命名为与矩阵变量名称相同的名称,因为在客户端它将过于模糊,Spring Cloud OpenFeign要求您添加一个路径段占位符,其名称匹配@MatrixVariable注释(如果定义)中提供的名称或带注释的变量名称。
 

例如: 

@GetMapping("/objects/links/{matrixVars}")
Map<String, List<String>> getObjects(@MatrixVariable Map<String, List<String>> matrixVars);

请注意,变量名和路径段占位符都称为矩阵变量。

@FeignClient("demo")
public interface DemoTemplate {@GetMapping(path = "/stores")CollectionModel<Store> getStores();
}

三、Feign Spring Cloud CircuitBreaker 的支持

如果Spring Cloud CircuitBreaker位于类路径上,并且feign.CircuitBreaker.enabled=true,则feign将用断路器包装所有方法。
要在每个客户端的基础上禁用Spring Cloud CircuitBreaker支持,请创建一个香草外观。具有“原型”范围的建造商,例如:

@Configuration
public class FooConfiguration {@Bean@Scope("prototype")public Feign.Builder feignBuilder() {return Feign.builder();}
}

断路器名称遵循这种模式<feignClientName>_<calledMethod>。当调用名为foo的@FeignClient且调用的接口方法为bar时,断路器名称将为foo_bar。

四、在配置文件中配置CircuitBreaker

你可以在application.yml中配置属性来配置 CircuitBreaker。

例如,如果你有这个 Feign 客户端

@FeignClient(url = "http://localhost:8080")
public interface TestClient {@GetMapping("Test")String getTest();
}

你可以通过以下方式使用配置属性来配置它

spring:cloud:openfeign:circuitbreaker:enabled: truealphanumeric-ids:enabled: true
resilience4j:circuitbreaker:instances:DemoClientgetDemo:minimumNumberOfCalls: 60timelimiter:instances:DemoClientgetDemo:timeoutDuration: 10s

五、Feign Spring Cloud CircuitBreaker Fallback

Spring Cloud CircuitBreaker支持回退的概念:当电路开路或出现错误时执行的默认代码路径。要为给定的@FeignClient启用回退,请将回退属性设置为实现回退的类名。您还需要将实现声明为SpringBean。

@FeignClient(name = "test", url = "http://localhost:${server.port}/", fallback = Fallback.class)
protected interface TestClient {@RequestMapping(method = RequestMethod.GET, value = "/hello")Hello getHello();@RequestMapping(method = RequestMethod.GET, value = "/hellonotfound")String getException();}@Component
static class Fallback implements TestClient {@Overridepublic Hello getHello() {throw new NoFallbackAvailableException("Boom!", new RuntimeException());}@Overridepublic String getException() {return "Fixed response";}}

如果需要访问导致回退触发器的原因,可以在@FeignClient中使用fallbackFactory属性。

@FeignClient(name = "testClientWithFactory", url = "http://localhost:${server.port}/",fallbackFactory = TestFallbackFactory.class)
protected interface TestClientWithFactory {@RequestMapping(method = RequestMethod.GET, value = "/hello")Hello getHello();@RequestMapping(method = RequestMethod.GET, value = "/hellonotfound")String getException();}@Component
static class TestFallbackFactory implements FallbackFactory<FallbackWithFactory> {@Overridepublic FallbackWithFactory create(Throwable cause) {return new FallbackWithFactory();}}static class FallbackWithFactory implements TestClientWithFactory {@Overridepublic Hello getHello() {throw new NoFallbackAvailableException("Boom!", new RuntimeException());}@Overridepublic String getException() {return "Fixed response";}}

http://www.yidumall.com/news/55618.html

相关文章:

  • 西部数据网站管理助手推广网站多少钱
  • app网站建设海外品牌推广
  • 深圳网站建设小程序天安云谷百度推广代理商返点
  • 视频投票网站怎么做的哪有网页设计公司
  • 网站域名缴费网店交易平台
  • fiverr找人做网站靠谱吗google搜索引擎入口 镜像
  • 网页网站建设的ppt模板郑州抖音seo
  • wordpress不同分类目录页面显示文章数量不同整站seo免费咨询
  • 郑州网站搭建想学网络营销怎么学
  • 万网发布网站个人网站设计内容
  • 移民签证网站建设关键词优化简易
  • 山西做网站的公司上海怎么做seo推广
  • 有做外贸个人网站谈谈你对seo概念的理解
  • 怎么用dw软件做网站电商运营工作内容
  • 滚动视差网站seo软件哪个好
  • 深圳建设企业网站正规排名网站推广公司
  • 微分销系统定制专家杭州市优化服务
  • 广州设计公司网站手机网站建设案例
  • 中国风网站欣赏合肥seo
  • 网站建设有哪些需要注意的关键细节网络工程师
  • 云阳如何做网站平台app如何推广
  • 网站工程师平均工资优化设计卷子答案
  • 专业3合1网站建设公司免费关键词挖掘工具
  • 广州网站开发助理招聘百度销售推广
  • 商城网站开发的完整流程北京网站优化seo
  • 做电影网站还能赚钱吗关键词优化排名公司
  • 北京网站建设哪家好天百度投诉电话24小时
  • vk网站做婚介国内免费域名
  • 青县网站建设网络推广途径
  • 网上商城怎样推广seo如何建立优化网站