其他分享
首页 > 其他分享> > Maven引入jar包后的报错问题已经困扰多时了

Maven引入jar包后的报错问题已经困扰多时了

作者:互联网

Maven引入jar包后的报错问题已经困扰多时了
不管是can resolve…jar
还是 can not transfer …from 的报错
以下是idea版本的
方法一:
file-》invalid start清除缓存,重新启动

方法二:
mvn clean
mvn install
基本就解决问题了

方法三:
删除maven本地仓库下的jar包,重新下载
maven镜像源的配置setting.xml

mirrorId repositoryId Human Readable Name for this Mirror. http://my.repository.com/repo/path aliyunmaven central 阿里云公共仓库 https://maven.aliyun.com/repository/central repo1 central central repo http://repo1.maven.org/maven2/

标签:包后,central,repo1,jar,maven,报错,http
来源: https://blog.csdn.net/weixin_45236117/article/details/121949064