mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Extract TemplateAvailabilityProvider caching logic to a new TemplateAvailabilityProviders class and provide property support to disable it. Also update DevToolsPropertyDefaultsPostProcessor to automatically set the property. Fixes gh-5989