{{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:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...