摘要: Spring 中jdk的动态代理是基于接口实现的,需要增强的类必须要实现接口。通过Proxy.newProxyInstance()方法生成代理类。具体代码如下: 测试接口如下: 阅读全文