IDEA新建springboot项目报Failuretotransferorg.springframework.boot:spring-boot-starter-parent:pom:2.2.3.RELEASE此处报红 原因是之前用了阿里云的镜像,将镜像注释掉即可。我的解决办法是将maven的conf/settings.xml文件中的mirror注释掉,在进入idea进行update ...