认证0级讲师
方法一:
尝试更换其他远程仓库,比如 https://repo1.maven.org/maven2/
https://repo1.maven.org/maven2/
如何更换参阅:https://www.cnblogs.com/luota...
方法二:
从远程仓库下载相应 jar,然后在 Eclipse 中添加外部 jar 依赖。
项目右键 Build Path -> Add External Archives
方法三:
给 Eclipse 设置代理
Preferences -> Network Connection
不行去这里http://search.maven.org/下载吧,然后添加外部依赖,WEB项目的话放到/WEB-INF/lib下面。
方法一:
尝试更换其他远程仓库,比如
https://repo1.maven.org/maven2/
如何更换参阅:https://www.cnblogs.com/luota...
方法二:
从远程仓库下载相应 jar,然后在 Eclipse 中添加外部 jar 依赖。
项目右键 Build Path -> Add External Archives
方法三:
给 Eclipse 设置代理
Preferences -> Network Connection
不行去这里http://search.maven.org/下载吧,然后添加外部依赖,WEB项目的话放到/WEB-INF/lib下面。