{{theTime}}

Search This Blog

Total Pageviews

How to create JHipster .jdl Entities

Create Entities using online tool or get UML Editor.
UML Editor : UML Editor is an open source project (Apache2.0 License) https://github.com/jhipster/jhipster-uml/

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...