From 12ec4e0dcb4bd69c6c9b74a663760caa7f9abb11 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 15 三月 2024 10:57:19 +0800
Subject: [PATCH] 自贡演示修改文档
---
ycl-server/pom.xml | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/ycl-server/pom.xml b/ycl-server/pom.xml
index 1e5d560..b30767c 100644
--- a/ycl-server/pom.xml
+++ b/ycl-server/pom.xml
@@ -17,7 +17,12 @@
</properties>
<dependencies>
-
+ <!-- 浠g爜鐢熸垚-->
+ <dependency>
+ <groupId>com.ycl</groupId>
+ <artifactId>ycl-generator</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>com.ycl</groupId>
<artifactId>ycl-pojo</artifactId>
@@ -93,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