148-SpringBoot打jar包出现的问题
版本问题,不能使用默认的版本。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>
浙公网安备 33010602011771号