Spring core programming ideas-the difference between BeanFactory and FactoryBean?

The difference between BeanFactory and FactoryBean

Answer:
BeanFactory is the underlying IoC container.
FactoryBean is a way to create Beans, helping to implement complex initialization logic

Guess you like

Origin blog.csdn.net/e891377/article/details/109312940