@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value={freemarker.template.Configuration.class,org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.class})
@EnableConfigurationProperties(value=FreeMarkerProperties.class)
@Import(value={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
- Since:
- 1.1.0
- Author:
- Andy Wilkinson, Dave Syer, Kazuki Shimizu