Adding Hibernate framework (#1007)

Co-authored-by: gabriel-tessier <gabriel-tessier@users.noreply.github.com>
pull/950/merge
Dimitrios (Dimi) Liapis 3 weeks ago committed by GitHub
parent 3041515a9a
commit 34dea87521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,6 +44,10 @@ class Graphql(_Framework):
_icon = "graphql.png"
class Hibernate(_Framework):
_icon = "hibernate.png"
class Jhipster(_Framework):
_icon = "jhipster.png"

@ -110,6 +110,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Graphql**, **GraphQL** (alias)
<img width="30" src="/img/resources/programming/framework/hibernate.png" alt="Hibernate" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Hibernate**
<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save