Aspect Oriented Programming
When building applications in Spring boot, we often run into scenarios where we need to apply the same logic across multiple parts of the code - like logging, some pre-processing, security checks, performance monitoring, transaction management, etc. ...
gaurav750.hashnode.dev5 min read