|
@@ -55,19 +55,6 @@ uploadFile('http://develop.persagy.com/dmp-file', 'YL', event.target.files[0], f
|
|
|
FileStorageHelper.uploadFile(fileInfo, inputStream);
|
|
|
```
|
|
|
|
|
|
-### 3.配置说明
|
|
|
-
|
|
|
-```
|
|
|
- # 使用的文件服务器,默认为MinIO。详见FileStorageEnum
|
|
|
- persagy.common.file.storage=0
|
|
|
- # MinIO服务地址、账号、密码
|
|
|
- persagy.common.file.url=http://192.168.25.129:9000/
|
|
|
- persagy.common.file.accessKey=admin
|
|
|
- persagy.common.file.secretKey=********
|
|
|
- # typeHandler扫描
|
|
|
- mybatis-plus.typeHandlersPackage=com.persagy.**.typehandler
|
|
|
-```
|
|
|
-
|
|
|
|
|
|
|
|
|
## 文件管理接口
|