IDEA项目已添加jar包,Maven却一直报错的几种解决方法

记录几种解决方法:

 1. 重启IDEA;

2. 在 [Settings - Maven - Runner - VM Options] 中添加 [ -DarchetypeCatalog=internal ],优先从本地仓库读取;

3. 删除错误jar包目录中的 [ _remote.repositories ] 文件,再重新打包;

4. 把 [ _remote.repositories ] 文件中的[ nexus= ] 改成 [ central= ];

5. 把 [ setting.xml ] 中的 私服 注释掉; 

IDEA项目已添加jar包,Maven却一直报错的几种解决方法

上一篇:汉诺塔(Java)


下一篇:java redisTemplate