Spring Component Scanning Example
In Spring XML configuration example we saw how configuration metadata is specified in XML that is used to register beans and wire dependencies. Spring framework also provides an option to automatically discover beans and automatically wire dependencies, in this Spring component scanning example we’ll see how that is done. Table…