Idea加载pom依赖卡顿解决

1. maven home path可以选择为本地maven安装目录,重新选择User Settings file,选择maven home path/conf/settings.xml文件

2. 将settings.xml重新配置到本地/Users/xxxx/.m2/路径下(windows用户是C://用户//xxx//.m2)路径下

 

二、确认setting.xml文件中的mirror配置信息

1. 打开 仓库服务 (aliyun.com) ,根据首页可以找到maven/gradle地址

2. 根据对应的格式,复制粘贴即可

Idea加载pom依赖卡顿解决

 

 

三、配置文件中增加

<activeProfiles>
      <activeProfile>profileid</activeProfile>
</activeProfiles>

  

 

相关文章:

  • 2022-01-19
  • 2021-06-10
  • 2021-09-02
  • 2022-12-23
  • 2021-04-27
  • 2021-10-12
  • 2021-08-03
  • 2022-12-23
猜你喜欢
  • 2021-10-10
  • 2021-12-23
  • 2021-10-20
  • 2022-01-01
  • 2021-06-18
  • 2021-12-24
相关资源
相似解决方案