https://github.com/therezacuet/spring-boot-file-upload-download-rest-api
Spring Boot File Upload / Download Rest API Example
https://github.com/therezacuet/spring-boot-file-upload-download-rest-api
Last synced: 30 days ago
JSON representation
Spring Boot File Upload / Download Rest API Example
- Host: GitHub
- URL: https://github.com/therezacuet/spring-boot-file-upload-download-rest-api
- Owner: therezacuet
- Created: 2019-02-17T04:26:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T04:39:47.000Z (over 6 years ago)
- Last Synced: 2025-07-27T06:34:58.587Z (2 months ago)
- Language: Java
- Homepage:
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Spring Boot File Upload / Download Rest API Example
## Steps to Setup
**1. Clone the repository**
```bash
git clone https://github.com/therezacuet/spring-boot-file-upload-download-rest-api.git
```**2. Run the app using maven**
```bash
cd spring-boot-file-upload-download-rest-api-example
mvn spring-boot:run
```That's it! The application can be accessed at `http://localhost:8080`.
You may also package the application in the form of a jar and then run the jar file like so -
```bash
mvn clean package
java -jar target/file-demo-0.0.1-SNAPSHOT.jar
```
Demo Screenshots:Single File Upload | Multi File Upload | File Download
:-------------------------:|:-------------------------:|:------------------------------
 |  |