Spring p Namespaces
Concept Overview Spring’s P namespace is an alternative to using the property tag. By using p namespace, we can perform dependency injection by directly using the attribute of bean tag instead of using the property tag. The benefits of using p namespace are: p namespace is more compact than property tag Using p namespace reduces … Read more