Skip to content

debjava/restful-quarkus-spring1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDLAB

An example on Quarkus with Spring DI usage

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)

How to build

mvnw clean package

How to run and test

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

swaager-ui

Technicalities

Quarkus with Spring Dependency Injection

Contributor

@Author : Debadatta Mishra (PIKU) Know me

Conclusion

Learn, explore more and share with all.

DDLAB

About

Quarkus with Spring Dependency Injection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages