Skip to content

Instantly share code, notes, and snippets.

@rbento
Created March 28, 2025 03:15
Show Gist options
  • Save rbento/a389e09d9f8952b0402fe74f3670fd5d to your computer and use it in GitHub Desktop.
Save rbento/a389e09d9f8952b0402fe74f3670fd5d to your computer and use it in GitHub Desktop.
Notes on Quarkus

Quarkus

A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards.

Install

With SDKMAN!:

sdk install quarkus

Create Application

quarkus create app rbento:hello-api:0.0.1

Build & Run

mvn clean quarkus:dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment