摘要: import org.springframework.cglib.proxy.Enhancer;import org.springframework.cglib.proxy.MethodInterceptor;import org.springframework.cglib.proxy.Method 阅读全文
posted @ 2021-11-26 22:43 智慧搬运工 阅读(36) 评论(0) 推荐(0)
摘要: import java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import java.lang.reflect.Proxy;public class JDKProxy implements InvocationH 阅读全文
posted @ 2021-11-26 22:41 智慧搬运工 阅读(85) 评论(0) 推荐(0)