Add upload feature

This commit is contained in:
2021-05-31 00:46:07 +02:00
parent 87ed050f95
commit da4a99b555
11 changed files with 448 additions and 40 deletions

View File

@@ -42,6 +42,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-multipart</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>