From 0c50d84584964390827be0afc8ea7d76e3746428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Sat, 24 Sep 2022 20:45:32 +0200 Subject: [PATCH] improve look and feel --- src/main/resources/META-INF/resources/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html index a9f79a9..198f17d 100644 --- a/src/main/resources/META-INF/resources/index.html +++ b/src/main/resources/META-INF/resources/index.html @@ -109,10 +109,10 @@ }); - +
-

Hibernate ORM with Panache quickstart - Quarkus

+

Hibernate ORM with Panache quickstart - Quarkus

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