Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 529 Bytes

File metadata and controls

35 lines (22 loc) · 529 Bytes

REST Client Example

This module illustrates how to use the REST Client.

Dev

You can run this application in dev mode using:

> mvn quarkus:dev

The application is exposed on http://localhost:8080/:

> curl http://localhost:8080/api\?name\=neo

Build

Build it the application package using:

> mvn clean package

The output is located in target/quarkus-app

Run

Once packaged, you can run the application with:

> java -jar target/quarkus-app/quarkus-run.jar