# design-pattern **Repository Path**: chenjian097/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: 设计模式demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # design-pattern #### 项目介绍 设计模式demo #### 设计模式 1. observer:观察者模式 1. proxy: 代理模式 * 静态代理、动态代理、cglib代理 1. factory: 工厂模式 * 简单工厂模式、工厂方法模式、抽象工厂模式 1. adapter: 适配器模式 * 类适配器、对象适配器 1. strategy: 策略模式 1. tempmethod: 模板方法模式