当前位置:   article > 正文

关于maven仓配置(https://mvnrepository.com/repos)

关于maven仓配置(https://mvnrepository.com/repos)
501 HTTPS Required. 
Use https://repo1.maven.org/maven2/
More information at https://links.sonatype.com/central/501-https-required

很多配置https://mvnrepository.com/repos/central 仓的

的发现原地址不好使了

新地址为;

  1. <!-- 原来的 http://repo1.maven.org -->
  2. <mirror>
  3. <id>
  4. <mirrorOf>*</mirrorOf>
  5. <name>mavenRepository</name>
  6. <url>http://insecure.repo1.maven.org/maven2/</url>
  7. </mirror>

 

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/87764
推荐阅读
相关标签
  

闽ICP备14008679号