Browse Source

修改生成的Jar包名称

master
liupopo 2 years ago
parent
commit
c61feebe8e
  1. 2
      warehousing-system/project/wh-manage/pom.xml

2
warehousing-system/project/wh-manage/pom.xml

@ -403,7 +403,7 @@
<!--添加build标签--> <!--添加build标签-->
<build> <build>
<!--打包成jar包时的名字--> <!--打包成jar包时的名字-->
<finalName>wm-manager</finalName> <finalName>supervise-wh</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save