소스 검색

修改打包名

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>