最近重新安装了一下IDEA,在新建项目时一直卡在jar包下载那,不动:
IDEA界面底部一直显示:

IDEA新建项目一直下载Resolving dependencies of xxx

 

 关闭项目:File—Close Project

右下角的Configure ——>settings

IDEA新建项目一直下载Resolving dependencies of xxx

Build,Execution,Deployment------------Build Tools-------Maven-------Runner

在VM Options框中写入以下代码:

-DarchetypeCatalog=internal

 最后 Apply—OK 到这最好把IDEA彻底关闭一下 重新打开

 

 

 

相关文章:

  • 2021-10-05
  • 2021-06-17
  • 2021-07-18
  • 2021-09-28
  • 2021-12-01
  • 2021-11-21
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-10-11
  • 2022-12-23
相关资源
相似解决方案