Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 689 Bytes

文件分片上传

visitors Static Badge Static Badge

简单大文件分片上传、秒传、续传

支持:MinioLocalStorage

指定文件上传路径

application.yml

# 指定文件上传路径
storage:
  mode: local  # 存储方式 minio local
  local:
    root-file-path: /Users/storage

启动

  1. 1.导入ddl.sql,
  2. 2.配置数据库连接
  3. 3.启动

前端组件

推荐搭配前端组件:https://www.npmjs.com/package/vue-upload-utils