摘要:在pom.xml中加入下面内容: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.2</version> </dependency>
阅读全文
02 2017 档案
摘要:在pom.xml中加入下面内容: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.2</version> </dependency>
阅读全文
摘要:用国外的maven仓库实在太慢了,阿里云的仓库速度非常快,推荐使用。在settings.xml中增加如下内容,重新import changes即可 <mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus
阅读全文
|