Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zfpromise/minio-multipart

Repository files navigation

介绍

springboot集成minio实现了分片上传功能

vue版本的:前端 后端

快速开始

后端

修改配置文件application.yml:

minio:
 endpoint: 
 accessKey: 
 secretKey: 
 bucketName: 
 downloadUri: #配置下载的ip和端口
 path: #如果生产环境配置nginx域名解析,这里可以配置分片上传的ip和端口或者域名

前端页面

修改frontend/js/upload.js:

'http://127.0.0.1:8080/file/multipart/create'
'http://127.0.0.1:8080/file/multipart/complete'

改为你的后端地址即可

使用

在系统文件下打开frontend/upload.html运行,选择大于5m的文件上传。

About

springboot minio 分片上传

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 54.3%
  • JavaScript 43.4%
  • CSS 1.8%
  • HTML 0.5%

AltStyle によって変換されたページ (->オリジナル) /