From 47efdac427e982bb22c916dde4b2265c88b6d69d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 08 三月 2024 09:52:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ycl-server/pom.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/ycl-server/pom.xml b/ycl-server/pom.xml
index 55b6025..b30767c 100644
--- a/ycl-server/pom.xml
+++ b/ycl-server/pom.xml
@@ -98,4 +98,25 @@
         </dependency>
 
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot.version}</version>
+                <configuration>
+                     <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 -->
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+        <finalName>${project.artifactId}</finalName>
+    </build>
 </project>
\ No newline at end of file

--
Gitblit v1.8.0