Sanne / quarkus-quickstarts

Quarkus quickstart code

Home Page:https://quarkus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Quarkus quickstart code

https://quarkus.io

License:Apache License 2.0


Languages

Language:Java 72.2%Language:HTML 24.2%Language:JavaScript 2.9%Language:Kotlin 0.6%Language:Shell 0.1%