×
Spring AOP

AOP on the "JVM": Practical Implementation of Java Agent

This article delves into the implementation of AOP on the Java platform, focusing on the Spring AOP framework and its limitations when applied in real-world projects.

Spring Circular Dependency

This article introduces the principle of Spring circular dependency and gives the circular dependency scenarios and cases that Spring cannot support.