|
|
|
@ -109,10 +109,10 @@ |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</head> |
|
|
|
<body ng-app="FruitManagement" ng-controller="FruitManagementController"> |
|
|
|
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: lightblue;"> |
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
<h1>Hibernate ORM with Panache quickstart - Quarkus</h1> |
|
|
|
<h1 style="color: orange;">Hibernate ORM with Panache quickstart - Quarkus</h1> |
|
|
|
<p>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. |
|
|
|
</p> |
|
|
|
|