Spring Boot Chunk File Upload

default

SpringBoot + vue-simple-uploader,实现文件上传

pom.xml 引入依赖

1
2
3
4
5
<dependency>
    <groupId>io.github.gearinger</groupId>
    <artifactId>multi-file-chunk-uploader</artifactId>
    <version>0.0.1</version>
</dependency>

启动服务,访问 http://localhost:port/upload-test.html,即可测试上传功能。

前端实现参考 github 上 vue-simple-uploader 项目

Gear(夕照)的博客。记录开发、生活,以及一些不足为道的思考……