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

Appearance settings

allouzi/UploadFile

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot File Upload

Tutorial: Upload/Download files with Spring Boot REST API

Steps to Setup

1. Clone the repository

git clone https://github.com/allouzi/UploadFile.git

2. Change the connection string and the container in the "application.properties".

azstorage.STORAGE_CONNECTION_STRING= XXX

azstorage.CONTAINER_NAME= XXX

Topics



3. Run the app using maven

cd UploadFile
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 -

mvn clean package
java -jar target/uploadfile-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.