entity generation in gateway app of jhipster -


i using entity sub generator generate entities in jhipster gateway app giving path of microservice app. looks have run sub generator every entity in microservice . there way can read .json file , in micro service , generate entities ?

i following :

  1. copy repository ".jhipster" microservice repository gateway repository
  2. generate gateway following command:

    yo jhipster --with-entities


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -