Java Microprofile Study case

Job ID: 37634603

Budget: €8 – €30 EUR

I need to create a service: a web api that exposes a simple crud with a database entity using java microprofile and hibernate orm.
An example would be creating a /book endpoint that exposes htto GET/POST/DELETE/PUT verbs to manage the entity on the database.
Book { id, title, author, description, datepub, numPages}

Purpose of the project to perform performance tests on AWS

Note:
MicroProfile and Hibernate are mandatory requirements
To create a microprofile project use the wizard on the site https://start.microprofile.io/ it should be sufficient to add Hibernate.

More:
If you can add instructions to compile in graalvm.