mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
refactor: 优化RestTemplate在低版本引起的一个I/O异常
详细可参考:https://github.com/spring-projects/spring-framework/issues/21321
This commit is contained in:
@@ -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");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user