Skip to content

Latest commit

 

History

History
133 lines (113 loc) · 11.8 KB

README.md

File metadata and controls

133 lines (113 loc) · 11.8 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 8 or 11+
  • 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).