Package ubic.gemma.persistence.util
Class SettingsConfig
- java.lang.Object
-
- ubic.gemma.persistence.util.SettingsConfig
-
@Configuration public class SettingsConfig extends Object
Beans declaration for making the settings available via the Spring Environment and placeholder substitution.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description SettingsConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertySourcesPlaceholderConfigurer
propertySourcesPlaceholderConfigurer()
Allow for substitution placeholders with values from the settings.
-
-
-
Method Detail
-
propertySourcesPlaceholderConfigurer
@Bean public static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() throws IOException
Allow for substitution placeholders with values from the settings.- Throws:
IOException
-
-