@Deprecated @Configuration @Import(value=ConfigServiceConfig.class) public class BasicPropertySourceConfig extends Object
Constructor and Description |
---|
BasicPropertySourceConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getConfigIds()
Deprecated.
Returns
Collections.emptyList() by default. |
protected Properties |
getOverrides()
Deprecated.
Returns an empty properties object by default.
|
protected org.springframework.core.env.PropertySource<?> |
getPropertySource()
Deprecated.
Combine loaded properties, project properties, and system/environment properties into a
PropertySource> |
org.springframework.core.env.PropertySource<?> |
springPropertySource()
Deprecated.
|
public BasicPropertySourceConfig()
protected List<String> getConfigIds()
Returns Collections.emptyList()
by default. Override this method to pull in properties from other locations
org.kuali.common:kuali-sql org.kuali.common:kuali-util:scm org.kuali.common:kuali-util:metainf:mpx org.kuali.common:kuali-util:metainf:sql
protected Properties getOverrides()
Returns an empty properties object by default. Override this method to inject properties that will override anything loaded from other locations
protected org.springframework.core.env.PropertySource<?> getPropertySource()
PropertySource>
@Bean public org.springframework.core.env.PropertySource<?> springPropertySource()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.