Spring AOP 的代理实现方式,本质上只有两条路: JDK 动态代理 CGLIB(基于 ASM 的字节码增强) S
aop:aspect切面,pointcut切点,advice通知(位置),joinpoint被拦截到的那个方法
Class.getClassLoader.getResourceAsStream(String path)
https://blog.csdn.net/qq_34173549/article/details/109043847