refactor: 优化RestTemplate在低版本引起的一个I/O异常

详细可参考:https://github.com/spring-projects/spring-framework/issues/21321
This commit is contained in:
felord.cn
2021-02-24 18:00:18 +08:00
committed by felord.cn
parent ff1e0fd473
commit 467f4d74ae

View File

@@ -48,9 +48,4 @@ public class WechatV2Client {
public WechatMetaBean getWechatMetaBean() { public WechatMetaBean getWechatMetaBean() {
return wechatMetaBean; return wechatMetaBean;
} }
public static void main(String[] args) {
System.out.println("hello 2021");
}
} }