Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Disable problematic autoconfigs from spring-graphql by default #1874

Closed paulbakker closed 3 months ago

paulbakker commented 3 months ago

Pull Request type

Changes in this PR

This uses the spring.autoconfigure.exclude property to exclude the autoconfigs, while not overriding what the user might have excluded already.

The PR also introduces properties to explicitly enable the autoconfigs if wanted.