类 FreeMarkerAutoConfiguration

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

@AutoConfiguration @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.
从以下版本开始:
1.1.0
作者:
Andy Wilkinson, Dave Syer, Kazuki Shimizu
  • 构造器详细资料

  • 方法详细资料

    • checkTemplateLocationExists

      public void checkTemplateLocationExists()