Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

MicroProfile MultiPart Example

This example demonstrates how to use the Jersey MultiPartFeature with Helidon.

This project implements a simple file service web application that supports uploading and downloading files. The unit test uses the JAXRS client API to test the endpoints.

Build

mvn package

Run

First, start the server:

java -jar target/helidon-examples-microprofile-multipart.jar

Then open http://localhost:8080/ui in your browser.