07 2020 档案

摘要:一、jar包依赖 <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> pom.xml 二、配置文件 <!--创建httpclient的连 阅读全文
posted @ 2020-07-02 16:18 ITDeveloper
摘要:一、jar包依赖; <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> View Code 二、以前在xml里面需要写的配置,现在都通过 阅读全文
posted @ 2020-07-01 14:49 ITDeveloper