From 6c9c8257c2bb5b4b974db0056c72efc71051d348 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@88.com>
Date: 星期五, 11 七月 2025 14:45:48 +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