This application demonstrates how a Quarkus application implements a CRUD endpoint to manage fruits using Hibernate Reactive with Panache. This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries.
Behind the scenes, we have: