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 class FreeMarkerAutoConfiguration extends Object
Auto-configuration for FreeMarker.
Since:
4.0.0
Author:
Andy Wilkinson, Dave Syer, Kazuki Shimizu
  • Constructor Details

  • Method Details

    • checkTemplateLocationExists

      public void checkTemplateLocationExists()