org.kuali.common.util.spring
Class ProjectPropertySourceConfig

java.lang.Object
  extended by org.kuali.common.util.spring.ProjectPropertySourceConfig

@Configuration
public class ProjectPropertySourceConfig
extends Object

Augment the default set of properties that ship with Maven and register them as a Spring PropertySource. spring-maven-plugin auto-registers any beans that implement PropertySource as a top level property source


Constructor Summary
ProjectPropertySourceConfig()
           
 
Method Summary
 org.springframework.core.env.PropertiesPropertySource projectPropertySource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectPropertySourceConfig

public ProjectPropertySourceConfig()
Method Detail

projectPropertySource

@Bean
public org.springframework.core.env.PropertiesPropertySource projectPropertySource()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.