From 165541429aa52cb97b2cea18f7701bff2efed1f2 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 08 四月 2024 18:01:20 +0800
Subject: [PATCH] 运维单位

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

diff --git a/ycl-server/pom.xml b/ycl-server/pom.xml
index 55b6025..931bb3f 100644
--- a/ycl-server/pom.xml
+++ b/ycl-server/pom.xml
@@ -44,6 +44,7 @@
             <artifactId>spring-boot-starter-test</artifactId>
         </dependency>
 
+
         <!-- 楠岃瘉鐮� -->
         <dependency>
             <groupId>pro.fessional</groupId>
@@ -98,4 +99,25 @@
         </dependency>
 
     </dependencies>
-</project>
\ No newline at end of file
+
+    <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>

--
Gitblit v1.8.0