<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
</plugin>
加入<executable>true</executable>
就可以让编程出来的jar不需要java -jar
就可以直接运行。