运行jar时,出现以下错误
在jar中没有主清单属性
我已经遵循此处提供的一些解决方案,但并没有解决
问题,我尝试删除清单文件夹和文件并重建
工件创建一个新的jar,在pom文件中更改我的构建部分,并且
检查主类路径是否在清单文件中,看来一切
可以
我在这里在POM文件和清单文件中添加我的构建部分
感谢您的帮助
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
MANIFEST.MF
Manifest-Version: 1.0
Main-Class: xxxxxxxx.xxxxxxxxxxxxxApplication