mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Any ProtocolResolvers that are registered in a spring.factories file will be added to the application context using an ApplicationContextInitializer. Closes gh-41433