java - 阿里maven镜像问题
PHP中文网
PHP中文网 2017-04-18 10:39:34
0
2
386
PHP中文网
PHP中文网

认证0级讲师

reply all(2)
Peter_Zhu

Method 1:

Try to change to other remote repositories, such as https://repo1.maven.org/maven2/

How to replace please refer to: https://www.cnblogs.com/luota...

Method 2:

Download the corresponding jar from the remote repository, and then add the external jar dependency in Eclipse.

Right click on the project Build Path -> Add External Archives

Method 3:

Set proxy for Eclipse

Preferences -> Network Connection

阿神

If it doesn’t work, go here http://search.maven.org/ to download it, and then add external dependencies. For WEB projects, put it under /WEB-INF/lib.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template