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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertySourceConfiguration
public PropertySourceConfiguration()
-