From fc2ab0be859488078e4f6a6c3b9c0ae9f25a3281 Mon Sep 17 00:00:00 2001 From: rqian <1206436827@qq.com> Date: Tue, 21 Apr 2026 10:07:28 +0800 Subject: [PATCH] #update --- .idea/workspace.xml | 14 +++++++++++--- maibu-admin/src/main/resources/application-dev.yml | 5 ++++- maibu-admin/src/main/resources/logback.xml | 5 +++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eec939a..21feea5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,8 @@ - - + + diff --git a/maibu-admin/src/main/resources/application-dev.yml b/maibu-admin/src/main/resources/application-dev.yml index 08bc936..010bcfc 100644 --- a/maibu-admin/src/main/resources/application-dev.yml +++ b/maibu-admin/src/main/resources/application-dev.yml @@ -3,7 +3,7 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://1.95.137.212:3306/fastbee?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://localhost:3306/fastbee?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: fastbee password: maibu520 @@ -37,6 +37,9 @@ spring: max-request-size: 10MB # 日志配置 +log: + path: ./logs + logging: level: com.fastbee: debug diff --git a/maibu-admin/src/main/resources/logback.xml b/maibu-admin/src/main/resources/logback.xml index a650ab8..91b4e7f 100644 --- a/maibu-admin/src/main/resources/logback.xml +++ b/maibu-admin/src/main/resources/logback.xml @@ -1,7 +1,8 @@ - - + + +