Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto generate JHipster entities from existing database

As part of JHispster 2.11.0, the entity configuration is saved in a specific .json file, in the .jhipster directory. These files can be used to regenerate entities and related files in JHipster application using the below command.

yo jhipster:entity ENTITY_NAME

Is there any way to auto generate those .json files from existing database?

like image 519
user1285252 Avatar asked May 22 '15 07:05

user1285252


1 Answers

We are currently working to generate those files from a UML model, see our JHipster UML project.

So if you can export your database schema to UML, this could be doable, but I don't think this can work as smoothly as expected.

like image 94
Julien Dubois Avatar answered Sep 28 '22 08:09

Julien Dubois