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-prod.yml | 2 +- src/main/resources/application-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index fb8c703..f0006e0 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -38,7 +38,7 @@ file: uploadBasicPath: ./logs/upload/ - fileBasicUrl: https://www.huiwuyuntong.com/water-ration-beta/upload + fileBasicUrl: http://113.250.189.120:8041/upload disturbStr: com.lunhan.water mqtt: diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 67793e5..16c3b65 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -39,7 +39,7 @@ file: uploadBasicPath: ./logs/upload/ - fileBasicUrl: https://www.huiwuyuntong.com/water-ration-beta/upload + fileBasicUrl: http://113.250.189.120:8041/upload disturbStr: com.lunhan.water -- Gitblit v1.9.3