SyntaxFix
Write A Post
Hire A Developer
Questions
I think you could use Spring's
@Lazy
annotation on one of the autowired fields to break circular dependency.
I'm not sure if this works/exists in mentioned Spring version.