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/kotlin

Dev UI V1: /q/dev-v1

Generated starter code:

  • RESTEasy Reactive Easily start your Reactive RESTful Web Services
    @Path: /hello
    Related guide

Selected extensions

  • RESTEasy Reactive Jackson
  • Container Image Docker
  • RESTEasy Reactive (guide)
  • SmallRye Reactive Messaging - Kafka Connector (guide)
  • Kotlin (guide)
  • SmallRye Health (guide)
  • MongoDB with Panache for Kotlin (guide)
  • RESTEasy Reactive Kotlin Serialization
  • Micrometer 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.