クラス MustacheAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.mustache.autoconfigure.MustacheAutoConfiguration

@AutoConfiguration @ConditionalOnClass(com.samskivert.mustache.Mustache.class) @EnableConfigurationProperties(MustacheProperties.class) @Import({org.springframework.boot.mustache.autoconfigure.MustacheServletWebConfiguration.class,org.springframework.boot.mustache.autoconfigure.MustacheReactiveWebConfiguration.class}) public final class MustacheAutoConfiguration extends ObjectSE
Mustache 用の Auto-configuration
導入:
4.0.0
作成者:
Dave Syer, Brian Clozel