xxx. .jar中没有主清单属性问题

1.问题描述

1.修改pom.xml文件,添加下列代码,如图

添加:

<executions>
   <execution>
       <goals>
           <goal>repackage</goal>
       </goals>
   </execution>
</executions>

3.再次运行

猜你喜欢

转载自blog.csdn.net/qq_26018075/article/details/107196755