摘要: 1.背景 在学习aop底层时遇到的问题,做个小结 2.现象 动态代理代码如下: package com.ldp.proxy; import net.sf.cglib.proxy.Enhancer; import net.sf.cglib.proxy.MethodInterceptor; import 阅读全文
posted @ 2021-01-13 19:05 李东平|一线码农 阅读(6646) 评论(0) 推荐(0)