认证0级讲师
Method 1:
Try to change to other remote repositories, such as https://repo1.maven.org/maven2/
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.
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.