Class WebEmailConfig


  • @Configuration
    @Import(IridaApiPropertyPlaceholderConfig.class)
    public class WebEmailConfig
    extends java.lang.Object
    Configuration class for loading properties files. This configuration source looks in three places for properties:
    1. within the package at jdbc.dev.properties,
    2. within the package at filesystem.properties, and
    3. on the filesystem at /etc/irida/irida.conf
    • Constructor Detail

      • WebEmailConfig

        public WebEmailConfig()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
      • classLoaderTemplateResolver

        public org.thymeleaf.templateresolver.ClassLoaderTemplateResolver classLoaderTemplateResolver()
        Configure the template resolver
        Returns:
        A ClassLoaderTemplateResolver
      • emailTemplateEngine

        @Bean
        public org.thymeleaf.spring5.SpringTemplateEngine emailTemplateEngine()