perf(document): EAGER→LAZY migration with @EntityGraph + @BatchSize (#467) #622

Merged
marcel merged 19 commits from worktree-feat+issue-467-lazy-fetch-entity-graph into main 2026-05-19 09:23:32 +02:00
Showing only changes of commit 0dd7d8a5e7 - Show all commits

View File

@@ -13,10 +13,6 @@ spring:
password: test
mail:
host: localhost
jpa:
properties:
hibernate:
generate_statistics: true
# Disable OTel SDK entirely in tests — prevents auto-configuration from loading resource providers
# (e.g. AzureAppServiceResourceProvider) that fail against the semconv version used here.