Class PropertySourceConfiguration
java.lang.Object
info.ejava.examples.app.config.propertysource.PropertySourceConfiguration
@Configuration
@PropertySource(name="propertySource",
                value="classpath:info/ejava/examples/app/config/propertysource/packaged_propertySource.properties")
public class PropertySourceConfiguration
extends Object
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PropertySourceConfigurationpublic PropertySourceConfiguration()
 
-