通过http接口进行批量post操作(极速赛车程序修复)

//通过@Test或者main方法来进行 相关依赖

//poi极速赛车程序修复【企 娥:217 1793 408】

<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
</dependency>
//httpClient

<dependency>

<groupId>org.apache.httpcomponents</groupId>

<artifactId>httpclient</artifactId>

<version>4.5.2</version>

</dependency>

猜你喜欢

转载自blog.51cto.com/13915690/2156719
今日推荐