3.8.1版本开始,maven禁止了从http协议的仓库地址下载依赖
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>blocker</mirrorOf>
<name>用于突破maven-3.8.1版本以后默认禁用http仓库的限制</name>
<url>http://0.0.0.0/</url>
</mirror>
3.8.1版本开始,maven禁止了从http协议的仓库地址下载依赖
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>blocker</mirrorOf>
<name>用于突破maven-3.8.1版本以后默认禁用http仓库的限制</name>
<url>http://0.0.0.0/</url>
</mirror>
评论区