Skip to content

Latest commit

 

History

History
138 lines (118 loc) · 12.6 KB

README.md

File metadata and controls

138 lines (118 loc) · 12.6 KB

QuickStarts for Getting Started Guides

This repository contains a set of Quickstarts for the Quarkus framework. Each of them have a Getting started guide.

Requirements

To compile and run these demos you will need:

  • JDK 17+
  • Mandrel or GraalVM

See the Building a Native Executable guide for help setting up your environment.

Use alternative platforms

These quickstart by default currently uses the Quarkus core BOM.

If you want to use an alternative BOM when building the quickstart you can override the quarkus.platform.* properties. The following example shows how to set quarkus.platform.artifact-id to use the universe-bom.

mvn -Dquarkus.platform.artifact-id=quarkus-universe-bom clean install

Contributions

See CONTRIBUTING for how to build these examples.

Quick Start list

There is documentation published at https://quarkus.io (docs' sources are here).