Package org.duracloud.account.config
Class PropertyConfig
- java.lang.Object
-
- org.duracloud.account.config.PropertyConfig
-
@Configuration @Order(-2147483648) @PropertySource("${mc.config.file}") public class PropertyConfig extends ObjectThis 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 Summary
Constructors Constructor Description PropertyConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.context.support.PropertySourcesPlaceholderConfigurerpropertySourcesPlaceholderConfigurer()
-
-
-
Method Detail
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() throws IOException- Throws:
IOException
-
-