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.重新编译

相关推荐
YA3331 天前
java设计模式二、工厂
java·开发语言·设计模式
金色天际线-1 天前
Nginx 优化与防盗链配置指南
java·后端·spring
我爱挣钱我也要早睡!1 天前
Java 复习笔记
java·开发语言·笔记
AD钙奶-lalala1 天前
Mac OS上搭建 http server
java
皮皮林5511 天前
SpringBoot 全局/局部双模式 Gzip 压缩实战:14MB GeoJSON 秒变 3MB
java·spring boot
weixin_456904271 天前
Spring Boot 用户管理系统
java·spring boot·后端
趁你还年轻_1 天前
异步编程CompletionService
java
DKPT1 天前
Java内存区域与内存溢出
java·开发语言·jvm·笔记·学习
sibylyue1 天前
Guava中常用的工具类
java·guava
奔跑吧邓邓子1 天前
【Java实战㉞】从0到1:Spring Boot Web开发与接口设计实战
java·spring boot·实战·web开发·接口设计