No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/main/resources/META-INF/resources/index.html
|
|
@ -109,10 +109,10 @@ |
|
|
}); |
|
|
}); |
|
|
</script> |
|
|
</script> |
|
|
</head> |
|
|
</head> |
|
|
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: white;"> |
|
|
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: orange;"> |
|
|
|
|
|
|
|
|
<div class="container"> |
|
|
<div class="container"> |
|
|
<h1 style="color: black;">Hibernate ORM with Panache quickstart - Quarkus</h1> |
|
|
<h1 style="color: blue;">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. |
|
|
<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. |
|
|
This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries. |
|
|
</p> |
|
|
</p> |
|
|
|