mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
An ApplicationResourceLoader has been introduced to support loading resources using registered ProtocolResolvers. All usages of DefaultResourceLoader and ResourceUtils have been changed to use the ApplicationResourceLoader. A Base64ProtocolResolver has been added to support resources of type `base64:` that contain base64 encoded values. Closes gh-36033