We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86b027 commit b8c2229Copy full SHA for b8c2229
pom.xml
@@ -3,7 +3,16 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.tgb.ccl.http</groupId>
5
<artifactId>httpclientUtil</artifactId>
6
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-beta</version>
7
+ <description>基于HttpClient-4.4.1、HttpAsyncClient-4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等</description>
8
+
9
+ <properties>
10
+ <!-- 文件拷贝时的编码 -->
11
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
13
+ <!-- 编译时的编码 -->
14
+ <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
15
+ </properties>
16
17
<dependencies>
18
<dependency>
0 commit comments