org.kuali.common.util.spring
Class AbstractPropertySourceConfig
java.lang.Object
org.kuali.common.util.spring.AbstractPropertySourceConfig
- Direct Known Subclasses:
- MavenPropertySourceConfig
@Configuration
public abstract class AbstractPropertySourceConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPropertySourceConfig
public AbstractPropertySourceConfig()
getOtherProjectProperties
protected List<ProjectProperties> getOtherProjectProperties()
- This returns an empty list by default. Add in
ProjectProperties
as appropriate. Properties from this list use a "last one in wins" strategy.
getProjectProperties
protected abstract ProjectProperties getProjectProperties()
getPropertySource
public org.springframework.core.env.PropertySource<?> getPropertySource()
springPropertySource
@Bean
public org.springframework.core.env.PropertySource<?> springPropertySource()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.