没有著清单
Posted java-quan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了没有著清单相关的知识,希望对你有一定的参考价值。
解决方法:
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.quan.monitor.QuanApplication</mainClass>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
以上是关于没有著清单的主要内容,如果未能解决你的问题,请参考以下文章