注意事项:

1、配置最大支持文件大小
2、前端from表单post请求添加属性enctype="multipart/form-data"
3、前端使用注解@RequestParam("file") MultipartFile file

使用postman

github地址