Example usage for org.springframework.boot.autoconfigure.thymeleaf ThymeleafAutoConfiguration subclass-usage

List of usage examples for org.springframework.boot.autoconfigure.thymeleaf ThymeleafAutoConfiguration subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.thymeleaf ThymeleafAutoConfiguration subclass-usage.

Usage

From source file pl.java.scalatech.config.ThymeleafConfig.java

@Configuration
@Profile("mail")
public class ThymeleafConfig extends ThymeleafAutoConfiguration {

    @Bean
    public ClassLoaderTemplateResolver emailTemplateResolver() {