SpringBoot中maven打包,启动报没有主清单属性

有时候会出现这种情况,看一下项目的pom中是否有这个插件配置,没有的话需要引入。

<build>
  <plugins>
    <plugin>
      <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    </plugin>
  </plugins>
 </build>
posted @ 2019-11-15 13:23  经典鸡翅  阅读(2148)  评论(0编辑  收藏  举报