When to use value tag and value attribute?
A bean can be configured using either value attribute/tag, constructor injection. We should use …
A bean can be configured using either value attribute/tag, constructor injection. We should use …
1) Loading properties from a properties file in spring application In Spring we have two ways o…