From 98dfc421beb8f86830deb1ff4b8841d8737bab7a Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期四, 19 六月 2025 11:36:06 +0800 Subject: [PATCH] 初始化项目 --- src/main/resources/application-test.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 9edb608..a1d2c9f 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -34,8 +34,8 @@ path: ./logs level: root: info - com.lunhan.xxx.host: DEBUG - com.lunhan.xxx.service: DEBUG + com.fengdu.gas.host: DEBUG + com.fengdu.gas.service: DEBUG # quartz定时任务配置 quartz: -- Gitblit v1.9.3