From 61a8fc51986ef8b4069af7404a3a33be3a8bd841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 21 May 2024 09:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BA=93=EF=BC=9ASFTP?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD=E5=88=A0=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BC=98=E5=8C=96=EF=BC=8C=E6=A0=B9=E6=8D=AEyml?= =?UTF-8?q?=E4=B8=AD=E9=85=8D=E7=BD=AEuploadType=E6=9D=A5=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E6=9C=AC=E5=9C=B0=E8=BF=98=E6=98=AFsftp=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index 1bc6262f..282f26f2 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -176,6 +176,7 @@ jeecg: signUrls: /sys/dict/getDictItems/*,/sys/dict/loadDict/*,/sys/dict/loadDictOrderByValue/*,/sys/dict/loadDictItem/*,/sys/dict/loadTreeData,/sys/api/queryTableDictItemsByCode,/sys/api/queryFilterTableDictInfo,/sys/api/queryTableDictByKeys,/sys/api/translateDictFromTable,/sys/api/translateDictFromTableByKeys #local\minio\alioss uploadType: local +# uploadType: sftp # 前端访问地址 domainUrl: pc: http://210.47.17.166 @@ -351,4 +352,5 @@ sftp: username: sftp password: sftp timeout: 1000 - uploadpath: /kczx \ No newline at end of file + uploadpath: /kczx + fullpath: /home/sftp \ No newline at end of file