Annotation : @Value
@Value("${jdbc.driverClassName}") // Pass key using exp. Language
private String driverClassName;
Add Resource Path:
@PropertySource("classpath:/application.properties")<context:property-placeholder location="classpath:/application.properties"/>
No comments:
Post a Comment