/QuarkusSample

A simple sample of Quarkus.

Primary LanguageKotlin

Quarkus Sample

TL;DR

A simple sample of Rest API by Quarkus with Kotlin.

This is another implementation version of Spring Boot Sample.

In Construction!

Includes

Build

Uber-jar (for JVM)

  1. Run below.
./gradlew quarkusBuild -Dquarkus.package.type=uber-jar
  1. Jar file will be found in /build.

Native build

  1. Run below.
./gradlew build -Dquarkus.package.type=native
  1. Executable file will be fount in /build.