PierreBesson / jhipster-microservices-docker

This project demonstrates the use of JHipster 3 and docker to build a microservice architecture.
27 stars 6 forks source link

Fails to build entities #3

Open thomaschristensen opened 7 years ago

thomaschristensen commented 7 years ago

The setup-entities.sh cannot build the entities.

  1. The jhipster-uml tool breaks with the following error: Cannot read property 'hasOwnProperty' of undefined Replacing the jhipster-uml command with yo jhipster:import-jdl solves this.

  2. app4 does not contain any entities.jh file.

PierreBesson commented 7 years ago

Hi Thomas, Thanks for reporting this but I have not worked on this repo for a long time, so it's normal that it is broken. Yes jhipster-uml can no longer import jdl files... If I find the time I will update this repo with up to date stuff. I guess there would be a lot of cool new things to showcase like consul and kubernetes.