We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d4007 commit 2393080Copy full SHA for 2393080
1 file changed
src/main/resources/application.properties
@@ -5,6 +5,9 @@ spring.profiles.active="dev"
5
logging.level.org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor=TRACE
6
logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor=TRACE
7
8
+# Detect 'HHH000104' issue
9
+spring.jpa.properties.hibernate.query.fail_on_pagination_over_collection_fetch=true
10
+
11
# Enable colors to Intellij terminal/console
12
spring.output.ansi.enabled=ALWAYS
13
0 commit comments