From 3f76a7c7ab25e2b37492073dc80bb5f0f0d8f40f Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期六, 21 十月 2023 16:27:37 +0800
Subject: [PATCH] 优化流媒体
---
ruoyi-admin/pom.xml | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index dd16999..f232513 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -76,26 +76,26 @@
// 鍘嬬缉鍚巎ar鍖呯殑鍚姩鎸囦护 java -Dloader.path="lib/" -jar xxx.jar
// 鏈帇缂﹋ar鍖呯殑鍚姩鎸囦护 java -jar xxx.jar"
-->
-<!-- <plugin>-->
-<!-- <groupId>org.apache.maven.plugins</groupId>-->
-<!-- <artifactId>maven-dependency-plugin</artifactId>-->
-<!-- <executions>-->
-<!-- <execution>-->
-<!-- <id>copy-dependencies</id>-->
-<!-- <phase>package</phase>-->
-<!-- <goals>-->
-<!-- <goal>copy-dependencies</goal>-->
-<!-- </goals>-->
-<!-- <configuration>-->
-<!-- <!– 渚濊禆鍖呰緭鍑虹洰褰曪紝灏嗘潵涓嶆墦杩沯ar鍖呴噷 –>-->
-<!-- <outputDirectory>${project.build.directory}/jarLib</outputDirectory>-->
-<!-- <excludeTransitive>false</excludeTransitive>-->
-<!-- <stripVersion>false</stripVersion>-->
-<!-- <includeScope>runtime</includeScope>-->
-<!-- </configuration>-->
-<!-- </execution>-->
-<!-- </executions>-->
-<!-- </plugin>-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <!-- 渚濊禆鍖呰緭鍑虹洰褰曪紝灏嗘潵涓嶆墦杩沯ar鍖呴噷 -->
+ <outputDirectory>${project.build.directory}/jarLib</outputDirectory>
+ <excludeTransitive>false</excludeTransitive>
+ <stripVersion>false</stripVersion>
+ <includeScope>runtime</includeScope>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
--
Gitblit v1.9.3