ソースを参照

修改打包名

hanqingsong 8 ヶ月 前
コミット
317b32731e
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1 2
      pom.xml

+ 1 - 2
pom.xml

@@ -141,8 +141,7 @@
141 141
     </dependencyManagement>
142 142
 
143 143
     <build>
144
-        <!--定义编译,打包,部署的项目名称-->
145
-        <finalName>depot-shared</finalName>
144
+        <finalName>${project.artifactId}</finalName>
146 145
         <plugins>
147 146
             <plugin>
148 147
                 <groupId>org.springframework.boot</groupId>