Skip to content

Commit 0a957e4

Browse files
committed
feat: update build
1 parent 2ca873c commit 0a957e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ repositories {
3333

3434
hibernate {
3535
enhancement {
36-
lazyInitialization = true
37-
dirtyTracking = true
36+
enableAssociationManagement = true
37+
//lazyInitialization = true
38+
//dirtyTracking = true
3839
}
3940
}
4041

0 commit comments

Comments
 (0)