美文网首页
xxx.jar中没有主清单属性

xxx.jar中没有主清单属性

作者: 拄杖忙学轻声码 | 来源:发表于2021-10-04 14:31 被阅读0次

解决方法:
在服务模块的 pom 文件中配置如下打包插件代码,然后重新打包再运行就ok了

  <build>
    <plugins>
      <plugin>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

相关文章

网友评论

      本文标题:xxx.jar中没有主清单属性

      本文链接:https://www.haomeiwen.com/subject/mmcbgltx.html