クラス FreeMarkerAutoConfiguration

java.lang.ObjectSE
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 ObjectSE
FreeMarker 用の Auto-configuration
導入:
1.1.0
作成者:
Andy Wilkinson, Dave Syer, Kazuki Shimizu
  • コンストラクターの詳細

  • メソッドの詳細

    • checkTemplateLocationExists

      public void checkTemplateLocationExists()