Mike
Mike

Reputation: 33

Jhipster: Why I can't see metamodel entity generated from jdl file?

I'm new in Jhipster and I'm trying to generate MetaModel entities with jdl file from Jhipster. When I run command to generate entity, my Eclipse doesn't show MetaModel entities. Can anyone had the same problem? Thanks in advance to everyone.

Upvotes: 0

Views: 117

Answers (1)

Gaël Marziou
Gaël Marziou

Reputation: 16284

You must either build with maven/gradle or configure Eclipse to run the annotation processor as documented in JHipster documentation and/or JPA Static Metamodel Generator documentation

Upvotes: 1

Related Questions