码迷,mamicode.com
首页 > 编程语言 > 详细

jar中没有主清单属性【解决办法】

时间:2019-08-13 15:21:10      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:target   com   exec   apach   ring   jar   spring   ati   cut   

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>

jar中没有主清单属性【解决办法】

标签:target   com   exec   apach   ring   jar   spring   ati   cut   

原文地址:https://www.cnblogs.com/niuniu0108/p/11345949.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!