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

在pom.xml文件添加:

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

重新打包即可

猜你喜欢

转载自www.cnblogs.com/lanjianblog/p/10802061.html