ch2-scaffolding : 使用脚手架快速搭建quarkus项目。
ch3-restful : 建立Restful服务。
ch4-config : 配置
ch5-progmodel :编程模型
ch6-buildpack :打包Quarkus应用程序
ch7-persistence :持久化
app-spif : jdk的SPI
app-cdi : quarkus CDI
app-openapi: Quarkus基于OpenAPI规范公开其API描述, 并通过Swagger UI提供给用户
app-restclient: 使用REST Client
app-security-with-jpa: Quarkus应用程序如何使用数据库存储用户身份
app-security-with-jwt: Quarkus应用程序如何使用JWT验证用户身份
api-reactive : 反应式入门