/quarkus-h2

Tiny REST API with Quarkus and H2

Primary LanguageJavaApache License 2.0Apache-2.0

Gitpod ready-to-code Codacy Badge Java CI with Maven

quarkus-h2

Tiny REST API with Quarkus and H2

How to run in dev mode

$ mvn quarkus:dev

How to run in JVM mode

⚠️ JDK 11 is needed

$ mvn package
$ java -jar target/quarkus-h2-0.0.1-SNAPSHOT-runner.jar

How to build and run the native image

⚠️ cannot be used with gitpod. Please use real computer instead.

$ mvn package -Pnative
$ ./target/quarkus-h2-0.0.1-SNAPSHOT-runner