The getting-started project is a simple Quarkus application that you can build to explore the framework and validate your development environment.

To create a getting-started project, use one of the following methods:

  • Follow the tutorial in the "Build your first application" guide, which uses Apache Maven and the Quarkus Maven plugin.

  • Generate a Quarkus Maven project from code.quarkus.ibm.com.

  • Use the Quarkus command-line interface (CLI).

Important: The Quarkus CLI is intended for development purposes, including tasks such as creating, updating, and building Quarkus projects. However, IBM does not support using the Quarkus CLI in production environments.

Additional resources