赞
踩
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.3.3.RELEASE</version> <executions> <execution> <goals> <goal>repackage</goal> </goals> </execution> </executions> </plugin> </plugins> <finalName>demo</finalName> //打包生成指定的名字 </build>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。