- spring-cloud-openfeign-java11 spring-cloud-openfeign 使用 feign-java11扩展。
- spring-rest-template-java11 Spring RestTemplate 的 java11 HttpClient扩展。
- 是时候升级java11了-01-jdk11优势和jdk选择
- 是时候升级java11了-02-升级jdk11踩坑记
- 是时候升级java11了-03虚拟机Jvm参数设置
- 是时候升级java11了-04微服务内http2通信之http2 Clear Text(h2c)
- 是时候升级java11了-05微服务内h2c通信的阻碍和问题解决
<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>spring-cloud-openfeign-java11</artifactId>
    <version>2021.1</version>
</dependency><dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>spring-rest-template-java11</artifactId>
    <version>2021.1</version>
</dependency>| 配置项 | 默认值 | 说明 | 
|---|---|---|
| http.client.feign.connection-timeout | 2s | 连接超时,默认:2秒 | 
| http.client.feign.read-timeout | 2s | 读取超时,默认:2秒 | 
| http.client.feign.redirect | 重定向规则,默认:ALWAYS | |
| http.client.feign.version | http 版本,默认:HTTP_2 | 
| 配置项 | 默认值 | 说明 | 
|---|---|---|
| http.client.rest.connection-timeout | 2s | 连接超时,默认:2秒 | 
| http.client.rest.level | 日志级别(NONE, BASIC, HEADERS, BODY;),默认:BASIC | |
| http.client.rest.read-timeout | 2s | 读取超时,默认:2秒 | 
| http.client.rest.redirect | 重定向规则,默认:ALWAYS | |
| http.client.rest.version | http 版本,默认:HTTP_2 | 
- mica微服务框架:https://github.com/lets-mica/mica
- pig宇宙最强微服务(架构师必备):https://gitee.com/log4j/pig
- SpringBlade完整的线上解决方案(企业开发必备):https://gitee.com/smallc/SpringBlade
- IJPay支付 SDK 让支付触手可及:https://gitee.com/javen205/IJPay
- JustAuth史上最全的整合第三方登录的开源库: https://github.com/zhangyd-c/JustAuth
- spring-boot-demo深度学习并实战 spring boot 的项目: https://github.com/xkcoding/spring-boot-demo
参考请注明:参考自 spring-cloud-java11:https://github.com/lets-mica/spring-cloud-java11
精彩内容每日推荐!
