From d1e36552053acd1eca5a6ad8994f78a013f5d09a Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期五, 11 七月 2025 15:15:29 +0800 Subject: [PATCH] 修改资源上传路径 --- src/main/resources/application-test.yml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index dd39a84..16c3b65 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -37,6 +37,14 @@ com.lunhan.water.host: DEBUG com.lunhan.water.service: DEBUG +file: + uploadBasicPath: ./logs/upload/ + fileBasicUrl: http://113.250.189.120:8041/upload + disturbStr: com.lunhan.water + + + + # quartz定时任务配置 quartz: # 是否启用 -- Gitblit v1.9.3