Class 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
    • Constructor Detail

      • PropertyPlaceholderConfig

        public PropertyPlaceholderConfig()