From 4974beff57772cc0602cb36e2c80694ca8d62094 Mon Sep 17 00:00:00 2001
From: zhangnaisong <2434969829@qq.com>
Date: 星期三, 31 一月 2024 15:39:50 +0800
Subject: [PATCH] app用户查询自身受约束的电子围栏提交
---
ruoyi-admin/pom.xml | 33 ---------------------------------
1 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 8c93b7b..cdb9822 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -70,45 +70,12 @@
<build>
<plugins>
- <!-- ==================== 渚濊禆jar 浼樺寲start ========================== -->
- <!-- lib鍖咃紝鎵撳畬涓�娆″悗鍙互娉ㄩ噴鎺変篃鍙互涓嶇锛屽鏋滄湁鏂板紩鍏ョ殑jar鍖呴渶瑕佹妸lib鍖呬笅鐨刯ar鏇存柊鍒版湇鍔″櫒涓嬶紝
- // 鍘嬬缉鍚巎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.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.1.RELEASE</version>
<configuration>
<fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 -->
-<!-- <mainClass>com.ruoyi.RuoYiApplication</mainClass>-->
-<!-- <layout>ZIP</layout>-->
-<!-- <includes>-->
-<!-- <include>-->
-<!-- <groupId>nothing</groupId>-->
-<!-- <artifactId>nothing</artifactId>-->
-<!-- </include>-->
-<!-- </includes>-->
</configuration>
<executions>
<execution>
--
Gitblit v1.9.3