This post is about how to auto-wire a set of beans to a list in Spring. Essentially, we need to add @bean’s to an list.
How to use Spring XmlBeanFactory
XmlBeanFactory is one of Spring’s containers that provide dependency injection. Note that it has been deprecated already. This means that you should not use this in new development projects.