From afae2409d65e0c044b8119b3fd8f57e438c18a08 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期日, 09 十一月 2025 21:29:24 +0800
Subject: [PATCH] 修改了大量的代码块
---
ruoyi-common/pom.xml | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 38f3dcc..1ab596b 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -143,5 +143,27 @@
</dependency>
</dependencies>
+<!-- <build>-->
+<!-- <plugins>-->
+<!-- <plugin>-->
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
+<!-- <artifactId>maven-compiler-plugin</artifactId>-->
+<!-- <version>3.0</version>-->
+<!-- <configuration>-->
+<!-- <compilerArguments>-->
+<!-- <Xlint />-->
+<!-- </compilerArguments>-->
+<!-- <verbose>true</verbose>-->
+<!-- <source>${java.version}</source>-->
+<!-- <target>${java.version}</target>-->
+<!-- <showWarnings>true</showWarnings>-->
+<!-- <compilerArguments>-->
+<!-- <verbose />-->
+<!-- <bootclasspath>{java.home}/../jre/lib/rt.jar</bootclasspath>-->
+<!-- </compilerArguments>-->
+<!-- </configuration>-->
+<!-- </plugin>-->
+<!-- </plugins>-->
+<!-- </build>-->
</project>
\ No newline at end of file
--
Gitblit v1.9.1