Reactive Starting

Getting Started With Reactive: https://quarkus.io/guides/getting-started-reactive

This project will help you with:

  • Bootstrapping a reactive CRUD application with Quarkus
  • Using Hibernate Reactive with Panache to interact with a database in a reactive fashion
  • Using RESTEasy Reactive to implement HTTP API while enforcing the reactive principle
  • Packaging and Running the application

Bootstrapping an application

code.quarkus.io

Complete Code: http://jreact.com/index.php/2023/12/26/quarkus-reactive-starting/