I need to create my own entities using the JHipster using the command \"yo jhipster:entity myEntity\" that have many-to-one relationship with the User entity that comes by d
at a good sample in an official document is say :
entity Blog { name String required minlength(3), handle String required minlength(2) } relationship ManyToOne { Blog{user(login)} to User }
jdl-samples/blog.jh