项目作者: dev-roadmap

项目描述 :
This is a series of blog posts where I will create a tutorial of Quakus.io.
高级语言: Java
项目地址: git://github.com/dev-roadmap/quarkus-tutorial.git
创建时间: 2020-11-09T17:18:26Z
项目社区:https://github.com/dev-roadmap/quarkus-tutorial

开源协议:GNU Lesser General Public License v2.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.