Class FreeMarkerAutoConfiguration


  • @Configuration
    @ConditionalOnClass({freemarker.template.Configuration.class,org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.class})
    @EnableConfigurationProperties(FreeMarkerProperties.class)
    @Import({org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration.class,org.springframework.boot.autoconfigure.freemarker.FreeMarkerReactiveWebConfiguration.class,org.springframework.boot.autoconfigure.freemarker.FreeMarkerNonWebConfiguration.class})
    public class FreeMarkerAutoConfiguration
    extends Object
    Auto-configuration for FreeMarker.
    Since:
    1.1.0