码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Boot打包部署修改jar文件名

时间:2018-06-29 11:00:31      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:XML   jar   style   nbsp   plugins   col   ...   color   生成   

 

只需要在pom.xml的<build>标签中加上这个即可:

1     <build>
2         <finalName>my-spring-boot</finalName> <!-- 指定package生成的文件名为my-spring-boot.jar -->
3         
4         <plugins>
5             ......
6         </plugins>
7     </build>

 

Spring Boot打包部署修改jar文件名

标签:XML   jar   style   nbsp   plugins   col   ...   color   生成   

原文地址:https://www.cnblogs.com/import-new/p/9241756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!