Skip to content

Commit

Permalink
Fix for #342
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Feb 14, 2024
1 parent 3e73263 commit ca8f147
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.thymeleaf.dialect.IDialect;
import org.thymeleaf.spring5.ISpringTemplateEngine;
import org.thymeleaf.spring5.SpringTemplateEngine;
import org.thymeleaf.templateresolver.ITemplateResolver;

@Configuration
@EnableConfigurationProperties(ThymeleafProperties.class)
@Profile("teams")
public class ThymeleafEngineConfig {

/**
Expand Down

0 comments on commit ca8f147

Please sign in to comment.