From abce30cf27c29d1ad050c13efecb2c64be6b0994 Mon Sep 17 00:00:00 2001 From: wujingtao Date: Sat, 7 Aug 2021 17:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5yml=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/formdata/service/impl/FormdataServiceImpl.java | 2 -- eladmin-system/src/main/resources/config/application.yml | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/formdata/service/impl/FormdataServiceImpl.java b/eladmin-system/src/main/java/me/zhengjie/modules/formdata/service/impl/FormdataServiceImpl.java index fc4bbff..e7e1e02 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/formdata/service/impl/FormdataServiceImpl.java +++ b/eladmin-system/src/main/java/me/zhengjie/modules/formdata/service/impl/FormdataServiceImpl.java @@ -225,8 +225,6 @@ public class FormdataServiceImpl implements FormdataService { String fileName = file.getOriginalFilename(); String subFixFile = StringUtils.substringAfterLast(fileName, SPLIT_FILE_SYMBOL); - - List wavList = zipUtil(file); for (WavDTO wavDTO : wavList) { for (FormdataDto info : list) { diff --git a/eladmin-system/src/main/resources/config/application.yml b/eladmin-system/src/main/resources/config/application.yml index e4206c1..dc604c7 100644 --- a/eladmin-system/src/main/resources/config/application.yml +++ b/eladmin-system/src/main/resources/config/application.yml @@ -25,7 +25,7 @@ spring: #数据库索引 database: 0 host: 118.178.137.129 -# port: 6379 + # port: 6379 password: #连接超时时间 timeout: 5000 @@ -70,4 +70,5 @@ upload: accessKeyId: LTAI5t8agDMumxcjAVuuwqPY accessKeySecret: i93lzrZwb2BUgtB9r0y0LT2Dt7tNbP bucketName: hjrecording - endpoint: oss-cn-shanghai.aliyuncs.com \ No newline at end of file + endpoint: oss-cn-shanghai.aliyuncs.com + url: https://app.hjdata.com/api/dymaticform/channel/save? \ No newline at end of file