Skip to content

iompo/rest-binary

Repository files navigation

rest-binary project

A test project to verify the issue 18113 of quarkus.

The project contains a single REST endpoint reachable as a POST at /rest/binary.

The content of the request should be a multipart made of two properties:

  • "fileName": a string containing the file name
  • "file": the binary

The current setting defines /tmp/tempFolder as the upload folder through the property quarkus.http.body.uploads-directory.

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./gradlew quarkusDev

About

test repository to test issue on quarkus.http.body.uploads-directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages