mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
This commit updates the auto-configuration to allow custom FreeMarker variables to be provided programmatically. As these variables are usually objects, they cannot be specified via properties. Closes gh-8965