Class IridaApiPropertyPlaceholderConfig


  • @Configuration
    @PropertySource(value="classpath:/ca/corefacility/bioinformatics/irida/config/jdbc.${irida.db.profile:dev}.properties",
                    ignoreResourceNotFound=true)
    public class IridaApiPropertyPlaceholderConfig
    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

      • IridaApiPropertyPlaceholderConfig

        public IridaApiPropertyPlaceholderConfig()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

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