使用maven配置进行Spring-boot

Maz*_*ryt 16 java spring maven spring-boot

我正在尝试迁移到Spring-boot,我从git-hub下载了很多项目并尝试使用start.spring.io但是每次当我尝试运行maven-package时我都会遵循错误:

 Error configuring: org.springframework.boot:spring-boot-maven-plugin. Reason: Unable to retrieve component configurator for plugin configuration
Run Code Online (Sandbox Code Playgroud)

因为我尝试了很多开源模板,我认为我必须对我的env配置有问题,但我不知道从哪一点开始.我有maven-2和java-8 jdk,没有"普通"pom项目的问题.

Epi*_*rce 43

据我所知,Spring-Boot需要Maven3才能工作,因此升级应解决问题.