/FileUploadDownloadSpringboot

Sample Spring Boot Repo for API upload download practice.Credits - Saravanan Seenivasan/Rajeev Singh(Creator)

Primary LanguageJava

Resource

https://www.callicoder.com/spring-boot-file-upload-download-rest-api-example/

Setup

  • clone the repo
  • change the file upload path in src/main/resources/application.properties file.upload-dir=./../folderName

Run the project

mvn spring-boot:run
or
java -jar target/file-demo-0.0.1-SNAPSHOT.jar

After Run

go to http://localhost:8080

Now the application is ready to use