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 则可以启动
















![BUUCTF [SWPU2019]神奇的二维码 1](https://img-blog.csdnimg.cn/4e3c891a06fe47079c10692bd4377807.jpeg)


