mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
add test
This commit is contained in:
parent
9db224b70a
commit
cc82342001
@ -0,0 +1,15 @@
|
||||
package cn.hutool.http;
|
||||
|
||||
import cn.hutool.core.lang.Console;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class IssueIB7REWTest {
|
||||
@Test
|
||||
@Disabled
|
||||
void getTest() {
|
||||
System.setProperty("jdk.tls.namedCurves", "secp256r1,secp384r1,secp521r1");
|
||||
final String s = HttpUtil.get("https://ebssec.boc.cn/");
|
||||
Console.log(s);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user