mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Previously, Spring Mobile was only supported for Thymeleaf and JSPs. This commit improves the auto-configuration to also provide device delegating support for Freemarker, Groovy Templates and Mustache. Closes gh-5140