From 7ef593e1e3c35aaeecf9318f0b3941230d3ed002 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 09 十月 2024 11:22:54 +0800
Subject: [PATCH] 增加在数据点计算规则后数据点名称加_n的适配

---
 collect/pom.xml |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/collect/pom.xml b/collect/pom.xml
index 90da6a3..682b8a1 100644
--- a/collect/pom.xml
+++ b/collect/pom.xml
@@ -165,27 +165,22 @@
     </dependencies>
 
     <build>
+    	<finalName>collect-api</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <!--<configuration>
+                <configuration>
 					<mainClass>com.qianwen.mdc.collect.MdcTansApplication</mainClass>
                     <layout>ZIP</layout>
                     <includes>
-                         鎵撳寘鏃跺寘鍚牳蹇冩ā鍧椾緷璧栧寘锛岄渶鎵嬪姩鎸囧畾 
                         <include>
                             <groupId>nothing</groupId>
                             <artifactId>nothing</artifactId>
                         </include>
                         
-                        <include>
-                            <groupId>com.xxx</groupId>
-                            <artifactId>common</artifactId>
-                        </include>
-                      
                     </includes>
-                </configuration>-->
+                </configuration>
             </plugin>
             
             <plugin>

--
Gitblit v1.9.3