# proxy **Repository Path**: jly521/proxy ## Basic Information - **Project Name**: proxy - **Description**: 代理设计模式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 代理设计模式 1、静态代理 2、动态代理 2.1、jdk 动态代理 2.2、cglib 动态代理 3、手动实现动态代理