Springboot进行Maven打包报错:Failed to execute goal org.springframework.boot:spring-boot-maven-plugin
使用spring-boot整合多模块,但是在父pom中打包maveninstall时总会报错:Failedtoexecutegoalorg.springframework.boot:spring-boot-maven-plugin,导致错误的原因是父pom.xml中引入了如下配置:org.springframework.bootspring-boot-maven-plugin由于父pom引入了sp