AdamBien / airhacks-quarkus-extension

Simplest Possible Quarkus Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-quarkus-extension

Simplest Possible Quarkus Extension

installation

mvn install

usage

Add the following dependency to a quarkus project pom.xml:

<dependency>
    <groupId>com.airhacks</groupId>
    <artifactId>quarkus-airhacks-extension</artifactId>
    <version>0.0.5</version>
</dependency>

Test

curl http://localhost:8080/airhacks-extension

See you at: airhacks.com, airhacks.io or airhacks.tv

About

Simplest Possible Quarkus Extension

License:Apache License 2.0


Languages

Language:Java 100.0%