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