Skip to content

Commit

Permalink
Put some options in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Feb 15, 2018
1 parent e175ade commit ebc5eda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample.jdl
Expand Up @@ -104,9 +104,11 @@ relationship OneToOne {
paginate JobHistory, Employee with infinite-scroll
paginate Job with pagination

dto * with mapstruct
// Use Data Transfert Objects (DTO)
// dto * with mapstruct

// Set service options to all except few
service all with serviceImpl except Employee, Job

// Set an angular suffix
angularSuffix * with mySuffix
// angularSuffix * with mySuffix

0 comments on commit ebc5eda

Please sign in to comment.