Skip to content

Commit

Permalink
bump generator-jhipster to v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 committed Dec 12, 2023
1 parent 58bafb4 commit fed8fab
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 510 deletions.
8 changes: 0 additions & 8 deletions generators/server/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,14 +477,6 @@ class `,
.replaceAll(
`@PathVariable ${entity.primaryKey.type} ${entity.primaryKey.name}`,
`@PathVariable("${entity.primaryKey.name}") ${entity.primaryKey.type} ${entity.primaryKey.name}`,
)
.replaceAll(
`@RequestParam(required = false, defaultValue = "false") boolean eagerload`,
`@RequestParam(name = "eagerload", required = false, defaultValue = "false") boolean eagerload`,
)
.replaceAll(
`@RequestParam(required = false, defaultValue = "true") boolean eagerload`,
`@RequestParam(name = "eagerload", required = false, defaultValue = "true") boolean eagerload`,
),
);

Expand Down
Loading

0 comments on commit fed8fab

Please sign in to comment.