mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
This commit mentions the `"classpath*:graphql/**` schema location in case the application needs to find schemas across multiple classpath roots, for example across multiple modules. Closes gh-31772