Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.6.3 from http://jcenter.bintray.com/ was cached in the local repository, resolution will not be reattempted until the update interval of junit has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.6.3 from/to junit (http://jcenter.bintray.com/): jcenter.bintray.com:80 failed to respond
<mirror>
<id>junit</id>
<name>junit Address/</name>
<url>http://jcenter.bintray.com/</url>
<mirrorOf>central</mirrorOf>
</mirror>
是maven conf/setting.xml 里的这个镜像的问题,暂时用不到。把他注释掉就无报错了