This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Patch release: v1.4.6
Standardized behavior when exporting JHipster entities:
- Inside a monolith app, generates all the entities in a JDL
- Inside microservice apps:
- If an entity doesn't have a microservice option, generates the given entity in every microservice the JDL is imported
- If an entity has a microservice option and isn't excluded in the current microservice, doesn't generate the given entity (but it gets generated in its microservice)