SpringBoot Maven打jar包提示no main manifest attribute springboot
SpringBoot项目打jar包运行jar包提示:no main manifest attribute springboot
pom依赖:
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</build>
参考了 SpringBoot 运行jar包时提示no main manifest attribute解决方法 这个文章解决了。