Package org.openiam.config
Class PropertyPlaceholderConfig
- java.lang.Object
-
- org.openiam.config.PropertyPlaceholderConfig
-
@Configuration @PropertySources(@PropertySource(ignoreResourceNotFound=true,value={"classpath:application.properties","classpath:application.common.properties","file:${confpath}/conf/properties/application.properties"},factory=OpeniamPropertySourceFactory.class)) public class PropertyPlaceholderConfig extends Object