• Andy Wilkinson's avatar
    Add FreeMarker support · 7c911761
    Andy Wilkinson authored
    This commit adds auto-configuration and a starter,
    spring-boot-starter-freemarker, for using FreeMarker view templates in
    a web application.
    
    A new abstraction, TemplateAvailabilityProvider, has been introduced.
    This decouples ErrorMvcAutoConfiguration from the various view
    technologies that Spring Boot now supports, allowing it to determine
    when a custom error template is provided without knowing the details of
    each view technology.
    
    Closes #679
    7c911761
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
cloud-deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...