You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring supports both Annotation based and XML based configurations. You can even mix them together. Annotation injection is performed before XML injection, thus the latter configuration will override the former for properties wired through both approaches.
This project works on different techniques of creating Spring Beans and autowiring them and also working with Qualifier and Scope of the Beans. Please look through the commit history section below for changes in each iteration. Each iteration shows different types of creating beans and working with them