An open API service indexing awesome lists of open source software.

https://github.com/hendisantika/spring-boot-upload-download-file-rest-api-example

Spring boot upload & download file via REST API example
https://github.com/hendisantika/spring-boot-upload-download-file-rest-api-example

Last synced: about 2 months ago
JSON representation

Spring boot upload & download file via REST API example

Awesome Lists containing this project

README

        

# spring-boot-upload-download-file-rest-api-example

Run this project by this command : `mvn clean spring-boot:run`

### Screenshot

Upload Single File

![Upload Single File](img/upload1.png "Upload Single File")

Upload Multiple Files

![Upload Multiple Files](img/upload2.png "Upload Multiple Files")

Download File

![Download File](img/download.png "Download File")

Upload Home Page

![Upload Home Page](img/home.png "Upload Home Page")

Upload File Page

![Upload File Page](img/upload.png "Upload File Page")