From 2d5199d47279bedee6b05872f8b6eafa6b473f31 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 21 三月 2024 10:26:19 +0800 Subject: [PATCH] 违规审核增加违规扣分、考核发布id --- 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