Creating REST endpoints
Learn how to create endpoints with Quarkus.
We'll cover the following
Default endpoint
When we create a new Quarkus application, it will automatically generate a resource called GreetingResource
. This resource exposes an endpoint at /hello
that returns a greeting message.
Let’s start by generating a new Quarkus application with the developer tool command:
Get hands-on with 1400+ tech skills courses.