Skip to content

Commit 91347da

Browse files
author
Arronlong
authored
添加maven
1 parent 115e41d commit 91347da

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
该项目基于HttpClient-4.4.1封装的一个工具类,支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy等。
44

5+
## Maven坐标:
6+
```
7+
<!-- https://mvnrepository.com/artifact/com.arronlong/httpclientutil -->
8+
<dependency>
9+
<groupId>com.arronlong</groupId>
10+
<artifactId>httpclientutil</artifactId>
11+
<version>1.0</version>
12+
</dependency>
13+
```
14+
15+
## 简单Demo
516
在test包里还有各种测试[demo](http://mfxuan.free.800m.net/demo.png),各测试类的源码在src/test/java/com/httpclient/test包路径下。
617
```
718
public static void main(String[] args) throws HttpProcessException, FileNotFoundException {

0 commit comments

Comments
 (0)