mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
As seen in spring-projects/spring-graphql#375, Spring Boot should also use "application/json" as the default MIME type but remain compatible with "application/graphql+json" still if clients POST content with this type or explicitly accept it. Closes gh-30860