From 9ccd0bc5786cbb1bca2c9fda28f0cd730126656d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 13 三月 2024 09:21:38 +0800 Subject: [PATCH] 合并 --- 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