add:http异步请求

This commit is contained in:
zhangzhiqiang
2023-02-06 16:01:53 +08:00
parent 6315e94b8a
commit 98186e21c8
2 changed files with 71 additions and 0 deletions

View File

@@ -369,6 +369,12 @@
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>
<!-- 获取系统信息 -->
<dependency>