From 4e170beb5569ee2a8c12d472cd39f21333e94735 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 01 十二月 2024 21:38:21 +0800
Subject: [PATCH] 修改了日志相关内容

---
 zhang-content/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index afce09a..5fc59a4 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -85,8 +85,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>11</source>
-                    <target>11</target>
+                    <source>8</source>
+                    <target>8</target>
                 </configuration>
             </plugin>
         </plugins>

--
Gitblit v1.9.1