Plugin ‘org.springframework.boot:spring-boot-maven-plugin:’ not found 用IDEA创建springboot项目的时候遇到的一些坑,记录一下
在pom.xml文件中“spring-boot-maven-plugin” 报红了,显示not found 找不到。
org.springframework.boot spring-boot-maven-plugin//这行红色
也在网上看了一些别人的解决方式,最后我通过给spring-boot-maven-plugin指定版本后成功解决。修改后如下:
org.springframework.boot spring-boot-maven-plugin2.2.6.RELEASE



