A JBoss Project
Red Hat

Quarkus

Supersonic Subatomic Java

quarkus icon rgb 256px default

Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot

Quarkus project wizard

Easy bootstrapping your Quarkus project

features quarkus wizard

Allow users to easilly bootstrap their Quarkus projects. It’s based on the https://code.quarkus.io code generator. Users can choose the Quarkus extensions they want to use in their application and the Eclipse workspace will be provisioned and the new added project ready to use.

application.properties editing experience

Easy edition of application.properties

quarkus application properties

Content of application.properties file is highly related to the set of Quarkus extensions present in your Quarkus application. Missing a property or setting a wrong value will cause your Quarkus application not to start. Quarkus Tools provides an enhanced editing experience:

  • syntax validation

  • code assist provided the list of available keys and their possible values

back to top