|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.config.spring.BasicPropertySourceConfig
@Configuration @Import(value=ConfigServiceConfig.class) public class BasicPropertySourceConfig
Constructor Summary | |
---|---|
BasicPropertySourceConfig()
|
Method Summary | |
---|---|
protected List<String> |
getConfigIds()
Returns Collections.emptyList() by default. |
protected Properties |
getOverrides()
Returns an empty properties object by default. |
protected org.springframework.core.env.PropertySource<?> |
getPropertySource()
Combine loaded properties, project properties, and system/environment properties into a PropertySource> |
org.springframework.core.env.PropertySource<?> |
springPropertySource()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPropertySourceConfig()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |