Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 641 Bytes

File metadata and controls

17 lines (12 loc) · 641 Bytes

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