This is an example project which performs the followings
- HTTP GET Functionality
- HTTP POST Functionality
- HTTP PUT Functionality
- HTTP PATCH Functionality
- HTTP DELETE Functionality
- HTTP File Download Functionality (Multipart)
- HTTP File Upload Functionality (Multipart)
- HTTP Multiple File Upload Functionality (Multipart)
mvnw clean package
Go to target directory in the command prompt and run the following command
java -jar restful-quarkus-spring1-0.0.1-SNAPSHOT-runner.jar
Once it runs sccessfully, access the following swagger url
Quarkus with Spring Dependency Injection
@Author : Debadatta Mishra (PIKU) Know me
Learn, explore more and share with all.

