mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Add a companion module that IDE developers can use to read configuration metadata from multiple sources into a single repository. ConfigurationMetadataRepository provides access to groups and items as well as an harmonized view on "sources" (that is the POJOs that have contributed to a given group). Closes gh-1970