类 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
-
构造器概要
构造器构造器说明FreeMarkerAutoConfiguration
(ApplicationContext applicationContext, FreeMarkerProperties properties) -
方法概要
-
构造器详细资料
-
FreeMarkerAutoConfiguration
public FreeMarkerAutoConfiguration(ApplicationContext applicationContext, FreeMarkerProperties properties)
-
-
方法详细资料
-
checkTemplateLocationExists
public void checkTemplateLocationExists()
-