mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Update `StandardConfigDataLocationResolver` to give a better error message when a location cannot be resolved. Prior to this commit, a location with a misspelling in the prefix would only give an error about the file extension being not known. Fixes gh-36243