Spring autowiring by type
In Previous article we have learned that Spring support different type of autowiring. One of them is byType. Autowiring byType means whenever spring finds any property to be autowired, it will search for exactly one bean of given property type…