Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Patch release: v1.4.6

Compare
Choose a tag to compare
@MathieuAA MathieuAA released this 15 Feb 20:48
· 1029 commits to master since this release

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)