The @Lazy allow us to instruct the IOC container to delay the initialization of a bean.
By default, beans are instantiated as soon as the IOC container is created, The @Lazy allow us to change this instantiation process.
lazy-init in spring is the attribute of bean tag. The values of lazy-init are...