diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html index 198f17d..a9f79a9 100644 --- a/src/main/resources/META-INF/resources/index.html +++ b/src/main/resources/META-INF/resources/index.html @@ -109,10 +109,10 @@ }); -
+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.