Java Interview question-8
Question 71: How to resolve the circular dependency problem in spring?
A simple way to break the cycle is by telling Spring to initialize one of the beans lazily. So, instead of fully initializing the bean, it will create a proxy to inject it into th...
tusharkant.hashnode.dev4 min read