我有一个包含多个模块的maven项目,还有一些包含web服务的模块,我希望将它们迁移到Spring Boot Web (这样它们就可以从jar文件运行,而无需部署到服务器)。我想用一个命令构建它- smth,就像这样为此,我在每个服务模块的pom中包含了spring-boot-maven-plugin、spring-boot-starter-parent和spring-bo
SNAPSHOT.jar时,我得到了下一个错误: no main manifest attribute, in target/places-1.0-SNAPSHOT.jar 我的pom.xml包含了spring-boot-maven-plugin: org.springframework.boot
com.places.Main