Spring boot 使用 maven 编译报错:No plugin found for prefix 'spring-boot' in the current project and in the plugin groups
问题如题,使用 maven 对 Spring boot 项目编译时(mvn compile)报错:No plugin found for prefix 'spring-boot' in the current project and in the plugin groups解决项目的创建都依赖于 Spring boot 的 pom.xml 文件,那么首先就要检查 pom.xml 的位置是否正确。$