没有著清单
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>
以上是关于没有著清单的主要内容,如果未能解决你的问题,请参考以下文章
片段中的意图不断与清单崩溃问题,android studio
解决未能加载文件或程序集“Newtonsoft.Json ...."或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)(代码片段