Class FreeMarkerAutoConfiguration

java.lang.Object
org.springframework.boot.freemarker.autoconfigure.FreeMarkerAutoConfiguration

@AutoConfiguration @ConditionalOnClass({freemarker.template.Configuration.class,FreeMarkerConfigurationFactory.class}) @EnableConfigurationProperties(FreeMarkerProperties.class) @Import({org.springframework.boot.freemarker.autoconfigure.FreeMarkerServletWebConfiguration.class,org.springframework.boot.freemarker.autoconfigure.FreeMarkerReactiveWebConfiguration.class,org.springframework.boot.freemarker.autoconfigure.FreeMarkerNonWebConfiguration.class}) public final class FreeMarkerAutoConfiguration extends Object
Auto-configuration for FreeMarker.
Since:
4.0.0
Author:
Andy Wilkinson, Dave Syer, Kazuki Shimizu