Failure to transfer org.springframework.boot:spring-boot-maven-plugin:pom:2.0.0.RELEASE

spring-boot从官网生成项目之后,导入到eclipse中,报错“Failure to transfer org.springframework.boot:spring-boot-maven-plugin:pom:2.0.0.RELEASE from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the 
 update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-maven-plugin:pom:2.0.0.RELEASE from/to central (https://

 repo.maven.apache.org/maven2): RSA premaster secret error

解决方案:查找本地的spring-boot-maven-plugin目录,删除,重新在eclipse中使用maven-Update Project,重新下载相关包


你可能感兴趣的:(java)