Class PropertyConfig


  • @Configuration
    @Order(-2147483648)
    @PropertySource("${mc.config.file}")
    public class PropertyConfig
    extends Object
    This configuration class ensures that the mc-config.properties are loaded before any downstream component and/or configs read properties from the environment.
    Author:
    Daniel Bernstein
    • Constructor Detail

      • PropertyConfig

        public PropertyConfig()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
                                                                                                                             throws IOException
        Throws:
        IOException