Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom error resolution

I encountered a problem when initializing SpringBoot today. Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom

Solution steps:

1. Check the configuration of maven in the setting:

Then I found that I had no problem and started the second step.

2. It is useless to replace the warehouse and mirror image.

3. To view the Alibaba Cloud image, visit https://maven.aliyun.com/mvn/view to enter the warehouse service

Change the address of the central warehouse to finally solve the problem.

Four hours were wasted on solving the problem, and this article is used to remember the time wasted.

Guess you like

Origin blog.csdn.net/unbelievevc/article/details/132735753