Spring Framework part - 2
AOP
AOP is one of the core concepts for Spring, AOP stands for aspect-oriented programming. It's an idea that directs you on how to code, just like OOP.
We can enhance our program without changing the original code with AOP concept.
To use AOP in Sp...
youngssad.hashnode.dev2 min read