文件上传中间件 1、极速上传 2、分片上传 3、断点续传
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
暴走的咖喱 e309ce748c
update README.md.
Signed-off-by: 暴走的咖喱 <1057289562@qq.com>
2 years ago
images update README.md. 2 years ago
README.md update README.md. 2 years ago

README.md

minio-upload

介绍

使用vue3 elementplus minio springboot 实现大文件的分片上传、断点续传、秒传的功能demo

演示

输入图片说明

环境

java 8 node 15 以上 mysql 8 minio

安装教程

后端:

  1. 创建数据库导入sql脚本 输入图片说明
  2. 修改yml文件将mysqlminio的配置改为你的配置 输入图片说明
  3. 在minio中创建你在步骤二中配置的桶
  4. 运行springboot 输入图片说明

前端:

进入到前端项目根目录

cd minio-upload-web
// 运行
npm install
npm run dev

浏览器访问控制台输出的地址 输入图片说明