Automatic creation of JHipster objects from existing database

As part of JHispster 2.11.0, the object 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 below command.

yo jhipster: entity ENTITY_NAME

Is there a way to automatically generate these .json files from an existing database?

+3


source to share


1 answer


We are currently working on generating these files from a UML model, see our JHipster UML .



So, if you can export the database schema to UML, it might be doable, but I don't think it can work as smoothly as expected.

+4


source







All Articles