Hi .
l want to ask about
InitializingBean .
if you read below text it says that
"a bean to perform initialization work after all necessary properties on the bean have been set "
By saying
a bean to perform initialization work what they want to express to us.
Can anyone tell me what our bean initialize .
2.1. InitializingBean and DisposableBean
The org.springframework.beans.factory.InitializingBean interface allows a bean to perform initialization work after all necessary properties on the bean have been set by the container.