版本问题,不能使用默认的版本。2.2.6版本不行应该使用1.4.2
<plugins> <!--SpringBoot项目编译打包的插件--> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.2.RELEASE</version> </plugin> </plugins>