/quarkus-tutorial

This is a series of blog posts where I will create a tutorial of Quakus.io.

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

Quarkus Tutorial

Steps

1. Create a REST API

More information

In the first example, we create a minimal REST API using Quarkus and JAX-RS.

2. Configure JPA Jakarta Persistence

More information

In the second example, we add the persistence layer for our REST API.

3. Configure Jakarta Bean Validation

More information

In the third example, we add the validation to all layers of our REST API.