Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决方案,亲测可用!
File -> Invalidate Caches
先看自己当前的版本号
拿我的举例:
org.springframework.boot spring-boot-starter-parent 2.1.1.RELEASE 复制
将上面查找到的版本号粘贴到报错的那一行下面即可。
效果:
org.springframework.boot spring-boot-maven-plugin 2.1.1.RELEASE