<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <layout>ZIP</layout> <mainClass>xxxx.xxxx.xxxx.xxxx.application</mainClass> <includes> <include> <groupId>nothing</groupId> <artifactId>nothing</artifactId> </include> </includes> </configuration> </plugin> </plugins>
标签:xxxx,springboot,部署,boot,脱包,nothing From: https://www.cnblogs.com/lockyluo/p/17161391.html