クラス ThymeleafAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.thymeleaf.autoconfigure.ThymeleafAutoConfiguration
@AutoConfiguration(afterName={"org.springframework.boot.webflux.autoconfigure.WebFluxAutoConfiguration","org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration"})
@EnableConfigurationProperties(ThymeleafProperties.class)
@ConditionalOnClass({org.thymeleaf.templatemode.TemplateMode.class,org.thymeleaf.spring6.SpringTemplateEngine.class})
@Import({org.springframework.boot.thymeleaf.autoconfigure.TemplateEngineConfigurations.ReactiveTemplateEngineConfiguration.class,org.springframework.boot.thymeleaf.autoconfigure.TemplateEngineConfigurations.DefaultTemplateEngineConfiguration.class})
public final class ThymeleafAutoConfiguration
extends ObjectSE
Thymeleaf 用の
Auto-configuration。- 導入:
- 4.0.0
- 作成者:
- Dave Syer, Andy Wilkinson, Stephane Nicoll, Brian Clozel, Edd ú Mel é ndez, Daniel Fern á ndez, Kazuki Shimizu, Artsiom Yudovin
コンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
ThymeleafAutoConfiguration
public ThymeleafAutoConfiguration()