@Configuration
@Import(value={org.kuali.common.jdbc.project.spring.JdbcPropertyLocationsConfig.class,org.kuali.common.util.properties.spring.DefaultPropertiesServiceConfig.class,org.kuali.rice.sql.spring.SourceSqlPropertyLocationsConfig.class,IngestXmlPropertyLocationsConfig.class})
public class IngestXmlPSC
extends Object
implements org.kuali.common.util.spring.service.PropertySourceConfig
| Constructor and Description |
|---|
IngestXmlPSC() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
propertySource() |
public IngestXmlPSC()
@Bean public org.springframework.core.env.PropertySource<?> propertySource()
Here we combine all properties, making sure that the Rice project properties go in last.
propertySource in interface org.kuali.common.util.spring.service.PropertySourceConfigCopyright © 2005–2018 The Kuali Foundation. All rights reserved.