From c311cb1a9ecad57ac15cca5ea4581f0aa2574762 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期二, 01 七月 2025 15:23:51 +0800 Subject: [PATCH] 初始化项目 --- src/main/resources/application-test.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 9edb608..6a71143 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,5 +1,5 @@ server: - port: 8088 + port: 8041 spring: jackson: @@ -34,8 +34,8 @@ path: ./logs level: root: info - com.lunhan.xxx.host: DEBUG - com.lunhan.xxx.service: DEBUG + com.lunhan.water.host: DEBUG + com.lunhan.water.service: DEBUG # quartz定时任务配置 quartz: -- Gitblit v1.9.3