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.
minio-upload
介绍
使用vue3 elementplus minio springboot 实现大文件的分片上传、断点续传、秒传的功能demo
演示
环境
java 8
node 15 以上
mysql 8
minio
安装教程
后端:
- 创建数据库,导入sql脚本
- 修改yml文件,将mysql,minio的配置改为你的配置
- 在minio中创建你在步骤二中配置的桶
- 运行springboot
前端:
进入到前端项目根目录
cd minio-upload-web
// 运行
npm install
npm run dev
浏览器访问控制台输出的地址