Невозможно использовать Spring Cloud Cli (диапазон 416 неудовлетворителен) - PullRequest
0 голосов
/ 30 мая 2020

Я пытаюсь использовать Spring Cloud CLI для запуска eureka, configserver и zipkin с помощью этой команды:

spring cloud eureka configserver zipkin

, но получаю это сообщение:

Caused by: java.lang.RuntimeException: Could not transfer artifact org.springframework.boot:spring-boot-loader-tools:jar:2.2.1.RELEASE from/to spring-snapshots (https://repo.spring.io/libs-snapshot): Requested Range Not Satisfiable (416) Could not transfer artifact org.springframework.boot:spring-boot-loader-tools:jar:2.2.1.RELEASE from/to central (https://repo1.maven.org/maven2): Range Not Satisfiable (416)

Кажется, CLI не может найти некоторые пакеты в репозиториях maven. Есть ли решение для этого?

...