相关推荐recommended
解决“找不到插件 ‘org.springframework.boot:spring-boot-maven-plugin:‘”的问题
作者:mmseoamin日期:2024-04-27
 

用IDEA打开项目,pom.xml报错:

找不到插件 'org.springframework.boot:spring-boot-maven-plugin:'

解决方法参考:解决 未找到插件 ‘org.springframework.boot:spring-boot-maven-plugin:‘_idea 找不到插件 'org.springframework.boot:spring-boot-m-CSDN博客

针对这个问题,我查到了版本号

解决“找不到插件 ‘org.springframework.boot:spring-boot-maven-plugin:‘”的问题,第1张

将依赖配置的版本号改成这样就可以了

                org.springframework.boot
                spring-boot-maven-plugin
                3.2.3