Central 501 HTTPS Required

当从aven中心仓库下载依赖时回 501详情如下

501 HTTPS Required.
Use https://repo1.maven.org/maven2/
More information at https://links.sonatype.com/central/501-https-required

原因是maven摒弃了纯http的访问。需要使用https。
将每个URL 前替换为https即可。

posted @ 2020-09-07 04:34  BYB  阅读(266)  评论(0编辑  收藏  举报