使用阿里云发送短信时,使用response.get()方法报错文章来源:https://www.toymoban.com/news/detail-626878.html
加入以下maven依赖:文章来源地址https://www.toymoban.com/news/detail-626878.html
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.1.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5-fluent -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.1.3</version>
</dependency>
到了这里,关于org.apache.hc.client5.http.async.methods.SimpleRequestBuilder的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!