Skip to content

Commit 2393080

Browse files
committed
feat: Add flag to detect HHH000104 issue
1 parent 90d4007 commit 2393080

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ spring.profiles.active="dev"
55
logging.level.org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor=TRACE
66
logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor=TRACE
77

8+
# Detect 'HHH000104' issue
9+
spring.jpa.properties.hibernate.query.fail_on_pagination_over_collection_fetch=true
10+
811
# Enable colors to Intellij terminal/console
912
spring.output.ansi.enabled=ALWAYS
1013

0 commit comments

Comments
 (0)