recently, I learned from "Spring Cloud and Docker Micro Services Architecture practice" (2nd edition) that when using Turbine to aggregate monitoring data, when creating a maven project in IDEA where ArtifactId is microsercice-hystrix-turbine, the project was not created successfully, and several attempts were not successful.
I found this error in the pom file, and there is no Baidu solution, so I put forward this problem.
the following is a screenshot of the error:
the error reported is: Failed to read artifact descriptor for org.springframework.cloud:spring-cloud-netflix-turbine:jar:1.4.6.RELEASE
this is what happened as soon as the project was created. I tried to create a normal springboot project with idea, and there was no problem. It is not successful to create this springboot project with turbine dependency.
I hope someone can give me some advice.