springboot新工程创建失败
来源:2-4 SpringBoot基础环境构建

minerva_D
2020-05-05
创建springboot新项目的时候出现Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.2.6.RELEASE from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.2.6.RELEASE/spring-boot-dependencies-2.2.6.RELEASE.pom
如何解决
写回答
1回答
-
看样子是包下载失败了, 把本地maven依赖删除掉,重新下载下试试
012020-05-10
相似问题