You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reported similar problem on #22132 and the error remains in v8.0.0-beta.2. The command jhipster jdl mysample.jdl does not generate entities code (Neither java nor angular) at first. As workaround, to generate the entities code I need to run the command jhipster jdl mysample.jdl twice.
It seems that the first time the command is run it just generates the json (inside .jhipster) of the entities, but without java/angular code. Only the second time the complete code is generated.
jhipster entity ebook
in v8.0.0-beta.2 will generate only .jhipster/Ebook.json but no java code as before
The text was updated successfully, but these errors were encountered: