springboot项目:jar中没有主清单属性

在pom.xml文件添加:

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

重新打包即可

posted on 2019-05-02 12:39  楼兰剑客  阅读(989)  评论(0编辑  收藏  举报

导航