Creating REST endpoints

Learn how to create endpoints with Quarkus.

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 1200+ tech skills courses.