spring-boot-maven-plugin not found的解决方案
在spring-boot项目中,刷新Maven出现spring-boot-maven-plugin not found:
解决方案:降低maven版本,由 3.6.3 降为 3.3.9,刷新maven即可解决。
在spring-boot项目中,刷新Maven出现spring-boot-maven-plugin not found:
解决方案:降低maven版本,由 3.6.3 降为 3.3.9,刷新maven即可解决。