# design-pattern **Repository Path**: myy1725/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-02 - **Last Updated**: 2024-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # design-mode #### 介绍 设计模式 > 创建模式 - singleton 单例模式 - factory 工厂模式 - builder 建造模式 - proto 原型模式 > 结构模式 - adapter 适配器模式 - composite 合成模式 - decorator 装饰模式 - proxy 代理模式 - flyweight 享元模式 - facade 门面模式 - bridge 桥梁模式 > 行为模式 - strategy 策略模式 - observer 观察者模式