From a8395146b319d746a27d9ea2d7adb2aaec5ccdb8 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 19 四月 2024 17:56:20 +0800 Subject: [PATCH] 考核规则图标存储 --- ycl-server/pom.xml | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/ycl-server/pom.xml b/ycl-server/pom.xml index 55b6025..3a4c1b9 100644 --- a/ycl-server/pom.xml +++ b/ycl-server/pom.xml @@ -17,6 +17,14 @@ </properties> <dependencies> + + <!--netty--> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + </dependency> + + <!-- 浠g爜鐢熸垚--> <dependency> <groupId>com.ycl</groupId> @@ -43,6 +51,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> + <!-- 楠岃瘉鐮� --> <dependency> @@ -98,4 +107,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