摘要: @Test public void testProxy(){ //创建InvocationHandler对象 MyInvocationHandler handler = new MyInvocationHandler(new ProxyServiceImpl()); //调用JDK的代理方法 Pro 阅读全文
posted @ 2022-06-15 16:35 Cactus丶 阅读(57) 评论(0) 推荐(0) 编辑