Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
修复GenericGenerator import缺失
Browse files Browse the repository at this point in the history
  • Loading branch information
binking338 committed Aug 11, 2024
1 parent 00c959e commit 8dbd3a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ public void processImportLines(Map<String, Object> table, String basePackage, Li
"lombok.Builder",
"lombok.Getter",
"lombok.NoArgsConstructor",
"org.hibernate.annotations.GenericGenerator",
"org.hibernate.annotations.DynamicInsert",
"org.hibernate.annotations.DynamicUpdate",
"org.hibernate.annotations.Fetch",
Expand Down

0 comments on commit 8dbd3a2

Please sign in to comment.