Skip to content

Commit

Permalink
Merge pull request #417 from finos/342-fix
Browse files Browse the repository at this point in the history
Fix for #342
  • Loading branch information
vaibhav-db committed Feb 14, 2024
2 parents 3e73263 + ca8f147 commit 9571941
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 9571941

Please sign in to comment.