tailosoft / jhipster-primeng-blueprint

This blueprint can be used to generate jhipster project with primeng frontend instead of bootstrap (work in progress)
Apache License 2.0
26 stars 21 forks source link

Fix this JDL for composite key #10

Closed yelhouti closed 4 years ago

yelhouti commented 4 years ago
entity Role {
    @id name String required
}
entity RoleAuthority {
    @id authority String required
}
relationship ManyToOne {
    @id RoleAuthority{role required} to Role
}
yelhouti commented 4 years ago

fixed by 6.8.0