クラス MustacheAutoConfiguration

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

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