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