Lazy Initialization in Spring : Benefits and Trade-offs
Introduction
Lazy initialization refers to delaying the creation and initialization of a Bean until it is requested for the first time, rather than at the application context start-up. Lazy initialization of beans which are rarely used can help manag...
juhilee.hashnode.dev2 min read
Ajinkya Khutwad
Nice Blog