From e530a7943898221ba3a32731bf1cab154c3a1ab9 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 29 一月 2026 15:55:20 +0800
Subject: [PATCH] dm数据库

---
 src/main/resources/logback-spring.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index 3e098d7..51322ad 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -2,7 +2,7 @@
 
 <configuration>
     <!--瀹氫箟鏃ュ織鏂囦欢鐨勫瓨鍌ㄥ湴鍧�,浣跨敤缁濆璺緞-->
-    <property name="LOG_HOME" value="E:/logs"/>
+    <property name="LOG_HOME" value="D:/logs"/>
 
     <!-- Console 杈撳嚭璁剧疆 -->
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
@@ -44,4 +44,4 @@
         <appender-ref ref="FILE"/>
         <appender-ref ref="CONSOLE"/>
     </root>
-</configuration>
\ No newline at end of file
+</configuration>

--
Gitblit v1.9.3