From 686fc46d09b42f2014f7d943cfa89610e010d4fd Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期日, 07 四月 2024 18:01:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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