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/
上一篇:【UOJ105】[APIO2014] Beads and wires(换根DP)


下一篇:Oracle-重建oraInventory仓库