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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -