mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
This commits introduces a RuntimeHintsRegistrar for configuration properties. By default, it provides the necessary hint to load application properties and yaml files in default locations. Closes gh-31311