diff --git a/diagrams/programming/framework.py b/diagrams/programming/framework.py index aa28e451..6bf2abee 100644 --- a/diagrams/programming/framework.py +++ b/diagrams/programming/framework.py @@ -40,6 +40,10 @@ class Graphql(_Framework): _icon = "graphql.png" +class Jhipster(_Framework): + _icon = "jhipster.png" + + class Laravel(_Framework): _icon = "laravel.png" @@ -80,3 +84,4 @@ class Vue(_Framework): FastAPI = Fastapi GraphQL = Graphql +JHipster = Jhipster diff --git a/docs/nodes/programming.md b/docs/nodes/programming.md index 08c83942..8d388ce2 100644 --- a/docs/nodes/programming.md +++ b/docs/nodes/programming.md @@ -107,6 +107,9 @@ Node classes list of programming provider. Graphql **diagrams.programming.framework.Graphql**, **GraphQL** (alias) +Jhipster +**diagrams.programming.framework.Jhipster**, **JHipster** (alias) + Laravel **diagrams.programming.framework.Laravel** diff --git a/resources/programming/framework/jhipster.png b/resources/programming/framework/jhipster.png new file mode 100644 index 00000000..cde8aa9c Binary files /dev/null and b/resources/programming/framework/jhipster.png differ diff --git a/website/static/img/resources/programming/framework/jhipster.png b/website/static/img/resources/programming/framework/jhipster.png new file mode 100644 index 00000000..cde8aa9c Binary files /dev/null and b/website/static/img/resources/programming/framework/jhipster.png differ