springboot项目:jar中没有主清单属性
在pom.xml文件添加:
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
重新打包即可
浙公网安备 33010602011771号