解决“spring-boot-maven-plugin”报红

在通过maven创建springboot项目时,手动配置spring-boot-maven-plugin时报红。maven是用的idea自带的。

按住ctrl键,查看提示信息,发现spring-boot-maven-plugin版本与该项目所使用的springboot版本不一致:
解决“spring-boot-maven-plugin”报红_第1张图片

爆红原因:

我们一般自己配的都是阿里的maven仓库,可能spring-boot-maven-plugin不在阿里云central仓库中,而在grail-core仓库中。Maven的setting配置文件中mirrorOf标签配置的仓库没包含grail-core仓库。

解决方法:加版本号

解决“spring-boot-maven-plugin”报红_第2张图片

 

你可能感兴趣的:(SpringBoot,maven,spring,spring,boot)