@Configuration @Deprecated public class ProjectPropertySourceConfig extends BasicPropertySourceConfig
projectId
into your context.
When running from the Maven CLI, projectId
is ignored because project properties are pre-injected into the context by spring-maven-plugin.
When running in a normal runtime, projectId
is used to load a project.properties
file.
Project Id's are in this format:
org.kuali.common:kuali-util
Modifier and Type | Field and Description |
---|---|
static String |
PROJECT_ID_BEAN_NAME
Deprecated.
|
Constructor and Description |
---|
ProjectPropertySourceConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Properties |
getOverrides()
Deprecated.
Returns an empty properties object by default.
|
getConfigIds, getPropertySource, springPropertySource
public static final String PROJECT_ID_BEAN_NAME
public ProjectPropertySourceConfig()
protected Properties getOverrides()
BasicPropertySourceConfig
Returns an empty properties object by default. Override this method to inject properties that will override anything loaded from other locations
getOverrides
in class BasicPropertySourceConfig
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.