In this chapter, we will learn about Spring Aspect-Oriented Programming (AOP) and logger controls, both their theory and implementation. We will integrate Spring AOP in our existing REST APIs and walk through how AOP and logger controls will make our lives easier.
In this chapter, we will cover the following topics:
- Spring AOP theory
- Implementation of Spring AOP
- Why do we need logger controls?
- How do we implement logger controls?
- Integrating Spring AOP and logger controls