关于Springboot项目打包部署运行,命令行运行jar提示没有主清单属性

原因是pom.xml文件中没有配置如下内容

<build>
	<plugins>
		<plugin>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-maven-plugin</artifactId>
		</plugin>
	</plugins>
</build>
posted @ 2020-09-01 16:44  木木夕人可  阅读(19)  评论(0编辑  收藏  举报