How can I avoid circular injection failures when using `ProxyFactoryBean`?
I have the following beans, which cause a circular dependency.
How to avoid circle injection fail when use ProxyFactoryBean generate delegation class?
I have the following beans, which cause a circular dependency.