IntelliJ IDEA 2024.3.4 版本无法正常加载maven项目

报错如下:

powershell 复制代码
Possible solutions:
- Check that Maven settings.xml does not contain http repositories
- Check that Maven pom files do not contain http repository http://192.168.22.76:9003/repository/thirdparty/
- Check that Maven pom files do not contain http repository http://192.168.22.76:9003/repository/aliyun/
- Add a mirror(s) for http://192.168.22.76:9003/repository/thirdparty/, http://192.168.22.76:9003/repository/aliyun/ that allows http url in the Maven settings.xml
- Downgrade Maven to version 3.8.1 or earlier in settings

解决方法:

1.选择低版本的maven,可以是3.3.9

2.重新编译

相关推荐
我是一只代码狗7 分钟前
springboot中使用线程池
java·spring boot·后端
hello早上好20 分钟前
JDK 代理原理
java·spring boot·spring
PanZonghui25 分钟前
Centos项目部署之Java安装与配置
java·linux
沉着的码农1 小时前
【设计模式】基于责任链模式的参数校验
java·spring boot·分布式
Mr_Xuhhh1 小时前
信号与槽的总结
java·开发语言·数据库·c++·qt·系统架构
纳兰青华1 小时前
bean注入的过程中,Property of ‘java.util.ArrayList‘ type cannot be injected by ‘List‘
java·开发语言·spring·list
coding and coffee1 小时前
狂神说 - Mybatis 学习笔记 --下
java·后端·mybatis
千楼1 小时前
阿里巴巴Java开发手册(1.3.0)
java·代码规范
reiraoy2 小时前
缓存解决方案
java
安之若素^2 小时前
启用不安全的HTTP方法
java·开发语言