Class MustacheAutoConfiguration
java.lang.Object
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 Object
Auto-configuration for Mustache.- Since:
- 4.0.0
- Author:
- Dave Syer, Brian Clozel
-
Method Summary