소스 검색

修改bug

chenxiaofei 1 개월 전
부모
커밋
ea54e401c8
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      iot-platform-manager/pom.xml

+ 11 - 0
iot-platform-manager/pom.xml

@@ -100,5 +100,16 @@
             <artifactId>fastjson</artifactId>
         </dependency>
     </dependencies>
+    <build>
+        <!-- 指定最终 Jar 包名,不包含 .jar 后缀 -->
+        <finalName>sckw-ng-weighbridge</finalName>
 
+        <!-- 其他配置(插件等)保持不变 -->
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>