quarkus_logo_horizontal_rgb_1280px_reverse

You just made a Quarkus application.

This page is served by Quarkus.

Visit the Dev UI

This page: src/main/resources/META-INF/resources/index.html

App configuration: src/main/resources/application.properties

Static assets: src/main/resources/META-INF/resources/

Code: src/main/java

Generated starter code:

  • RESTEasy JAX-RS Easily start your RESTful Web Services
    @Path: /hello
    Related guide
  • WebSockets WebSocket communication channel starter code
    Related guide

Selected extensions

  • Hibernate Validator (guide)
  • SmallRye OpenAPI (guide)
  • WebSockets (guide)
  • Elytron Security Properties File (guide)
  • RESTEasy Classic Jackson
  • RESTEasy Classic's REST Client Jackson (guide)
  • SmallRye Health (guide)
  • SmallRye Metrics (guide)
Documentation

Practical step-by-step guides to help you achieve a specific goal. Use them to help get your work done.

Set up your IDE

Everyone has a favorite IDE they like to use to code. Learn how to configure yours to maximize your Quarkus productivity.