摘要: CGLB动态代理 一、CGLIB实现接口 public interface ProductInterface { void test(); } /** * 用来测试接口 */ private static void testInterface() { Enhancer enhancer = new 阅读全文
posted @ 2023-01-30 16:41 写的代码很烂 阅读(142) 评论(0) 推荐(0) 编辑