1.java -jar xxx.jar no main manifest attribute, in xxx.jar
一.no main manifest attribute, in xxx.jar
在pom.xml文件中加入:
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
有main-class 则可以启动