Upload Large File in a Spring Boot 2 Application Using Swagger UI

In this article, we are going to create a sample Spring Boot application for uploading large files using Swagger UI. The API created for uploading large files can receive an HTTP multi-part file upload request.

What We Will Need to Build the Application

* JDK 1.8 or later
* Maven 3.2+
* A favorite text editor or IDE. You can also import this example code straight into your IntelliJ IDEA from GitHub. The GitHub link is provided at the end of the article.
* Spring Boot 2.0.1. RELEASE
* Spring Framework 5.0.5. RELEASE
* Spring Cloud Consul 2.0.0.M5
* Swagger 2.8.0

Consul is used to hold the externalized properties for our Spring Boot application. Read about Consul integration with Spring Boot 2 https://goo.gl/br8wE1 #DataIntegration #ML

Subscribe To Newsletter

Sign up for my newsletter and get the latest technology news

2019 © Craig Brown PhD. All rights reserved.