How to Resolve Circular Dependency in Spring Boot.

In this blog post we will see various ways to resolve circular dependency while working with Spring Boot application. Let’s look at the one example of circular dependency . If you start the application, you will see following error in your startup log. Now look at the solutions to to resolve the circular dependency issue….